Skip to content

Commit 843260f

Browse files
authored
Merge pull request #170 from oddstr13/release/next
Prepare for release v1.1.0
2 parents 8c03960 + 2267f33 commit 843260f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jprm/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
logger = logging.getLogger("jprm")
3131
click_log.basic_config(logger)
3232

33-
__version__ = "1.0.12"
33+
__version__ = "1.1.0"
3434
JSON_METADATA_FILE = "meta.json"
3535
DEFAULT_IMAGE_FILE = "image.png"
3636
DEFAULT_FRAMEWORK = "netstandard2.1"

0 commit comments

Comments
 (0)