Skip to content

Commit

Permalink
bump v0.0.21
Browse files Browse the repository at this point in the history
  • Loading branch information
reynoldsnlp committed Apr 18, 2023
1 parent de3be8f commit 9c994df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ classifiers = [
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"Operating System :: OS Independent",
]
Expand Down
4 changes: 2 additions & 2 deletions src/pipster/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "0.0.20"
__version_tuple__ = (0, 0, 20)
__version__ = "0.0.21"
__version_tuple__ = (0, 0, 21)

0 comments on commit 9c994df

Please sign in to comment.