Skip to content

Commit

Permalink
Merge pull request #7 from 04t02/patch-1
Browse files Browse the repository at this point in the history
Update version.py
  • Loading branch information
04t02 authored Nov 25, 2022
2 parents 6a58f11 + 5481a48 commit 83e82fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions maslite/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
major, minor, patch = 2022, 11, 1
major, minor, patch = 2022, 11, 2
__version_info__ = (major, minor, patch)
__version__ = '.'.join(str(i) for i in __version_info__)
__version__ = '.'.join(str(i) for i in __version_info__)

0 comments on commit 83e82fe

Please sign in to comment.