Skip to content

Commit

Permalink
Version number bump
Browse files Browse the repository at this point in the history
  • Loading branch information
arm61 authored Feb 11, 2022
1 parent b6a21c1 commit 8b1d095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kinisi/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
MAJOR = 0
MINOR = 3
MICRO = 0
MICRO = 1
__version__ = f'{MAJOR:d}.{MINOR:d}.{MICRO:d}'

0 comments on commit 8b1d095

Please sign in to comment.