Skip to content

Commit e99a8e4

Browse files
committed
version update
1 parent 53dd911 commit e99a8e4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def get_version():
2929
Returns package version
3030
"""
3131

32-
version = "0.0.3" # default version
32+
version = "1.0.3" # default version
3333
try:
3434
with open(GIT_VERSION_FILE, "r") as input_stream: # try to get version info from file
3535
version = input_stream.read()
@@ -40,7 +40,7 @@ def get_version():
4040
version = get_git_tag() # try to get version info from the closest tag
4141
except Exception:
4242
try:
43-
version = "0.0.3" # try to get version info from commit date
43+
version = "1.0.3" # try to get version info from commit date
4444
except Exception:
4545
pass
4646

0 commit comments

Comments
 (0)