Skip to content

Commit b7540f8

Browse files
authored
Tested trove limiter, now back to normal (#123)
* + tested trove private * + update version
1 parent 4ed1cb7 commit b7540f8

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

oreum_core/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"""Core tools for use on projects by Oreum Industries"""
1616
import logging
1717

18-
__version__ = "0.9.6"
18+
__version__ = "0.9.7"
1919

2020
# logger goes to null handler by default
2121
# packages that import oreum_core can override this and direct elsewhere

pyproject.toml

-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ classifiers = [
1818
"Natural Language :: English",
1919
"Operating System :: MacOS",
2020
"Operating System :: Unix",
21-
"Private :: Do Not Upload",
2221
"Programming Language :: Python",
2322
"Programming Language :: Python :: 3",
2423
"Programming Language :: Python :: 3.11",

0 commit comments

Comments
 (0)