Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
arm61 authored Jan 16, 2023
1 parent bdb21aa commit af29ee1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kinisi/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
MAJOR = 0
MINOR = 5
MICRO = 1
MINOR = 6
MICRO = 0
__version__ = f'{MAJOR:d}.{MINOR:d}.{MICRO:d}'

0 comments on commit af29ee1

Please sign in to comment.