Skip to content

Commit f1ee0fe

Browse files
authored
update version for new 1.1.0 release (#13)
* update version for new 1.2.0 release * Update config.py
1 parent 9b7908a commit f1ee0fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
# API metadata
2525
API_TITLE = 'MAX Image Resolution Enhancer'
2626
API_DESC = 'Upscale low-resolution images by a factor of 4. This model was trained on the OpenImagesV4 dataset.'
27-
API_VERSION = '1.0.1'
27+
API_VERSION = '1.1.0'
2828

2929
# default model
3030
MODEL_NAME = 'SRGAN'

0 commit comments

Comments
 (0)