Skip to content

Commit

Permalink
change version to 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
wangpww committed Nov 26, 2019
1 parent 075edd1 commit 0828ea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pysvc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"""
PYSVC_DEFAULT_LOGGER = "pysvc"

version_tuple = (1, 1, 0)
version_tuple = (1, 1, 2)


def get_version_string():
Expand Down

0 comments on commit 0828ea0

Please sign in to comment.