mirror of
https://github.com/believethehype/nostrdvm.git
synced 2025-11-19 15:36:26 +01:00
readded nserver backend modules
This commit is contained in:
12
backends/nova-server/modules/image_upscale/version.py
Normal file
12
backends/nova-server/modules/image_upscale/version.py
Normal file
@@ -0,0 +1,12 @@
|
||||
""" RealESRGan
|
||||
"""
|
||||
# We follow Semantic Versioning (https://semver.org/)
|
||||
_MAJOR_VERSION = '1'
|
||||
_MINOR_VERSION = '0'
|
||||
_PATCH_VERSION = '0'
|
||||
|
||||
__version__ = '.'.join([
|
||||
_MAJOR_VERSION,
|
||||
_MINOR_VERSION,
|
||||
_PATCH_VERSION,
|
||||
])
|
||||
Reference in New Issue
Block a user