Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicoretti committed Apr 7, 2021
1 parent 51ef213 commit 7f4e5c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crc.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

MAJOR_VERSION = 0
MINOR_VERSION = 9
PATCH_VERSION = 0
PATCH_VERSION = 1

VERSION_TEMPLATE = '{major}.{minor}.{patch}'
LIBRARY_VERSION = VERSION_TEMPLATE.format(major=MAJOR_VERSION, minor=MINOR_VERSION, patch=PATCH_VERSION)
Expand Down

0 comments on commit 7f4e5c4

Please sign in to comment.