Skip to content

Commit

Permalink
Bump version, update tags
Browse files Browse the repository at this point in the history
  • Loading branch information
hypergonial committed Dec 18, 2023
1 parent 9a3c0b4 commit b5207fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ def parse_requirements_file(path):
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: 3 :: Only",
"Topic :: Software Development :: Libraries",
Expand Down
2 changes: 1 addition & 1 deletion toolbox/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from .roles import *
from .strings import *

__version__ = "0.1.5"
__version__ = "0.1.6"

# MIT License
#
Expand Down

0 comments on commit b5207fd

Please sign in to comment.