Skip to content

Commit e7337b5

Browse files
authored
update __version__ for 1.0.7 release
1 parent b3158a9 commit e7337b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generic_parser/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
__title__ = "generic_parser"
66
__description__ = "A parser for arguments and config-files that also allows direct python input."
77
__url__ = "https://github.com/pylhc/generic_parser"
8-
__version__ = "1.0.6"
8+
__version__ = "1.0.7"
99
__author__ = "pylhc"
1010
__author_email__ = "[email protected]"
1111
__license__ = "MIT"

0 commit comments

Comments
 (0)