Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
valpesendorfer committed Aug 19, 2020
1 parent ca7b49c commit bc046b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _version/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"__version__",
]

VERSION_MAJOR = 0
VERSION_MINOR = 3
VERSION_PATCH = 2
VERSION_MAJOR = 1
VERSION_MINOR = 0
VERSION_PATCH = 0

VERSION_STRING = "%s.%s.%s" % (VERSION_MAJOR, VERSION_MINOR, VERSION_PATCH)

Expand Down

0 comments on commit bc046b2

Please sign in to comment.