Skip to content

Commit

Permalink
bump version number for maintenance release.
Browse files Browse the repository at this point in the history
  • Loading branch information
root-11 committed Nov 23, 2022
1 parent d705ad3 commit f7f224a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion mplite/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import queue


major, minor, patch = 1, 2, 0
major, minor, patch = 1, 2, 1
__version_info__ = (major, minor, patch)
__version__ = '.'.join(str(i) for i in __version_info__)

Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
],
)

0 comments on commit f7f224a

Please sign in to comment.