We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ed1cb7 commit b7540f8Copy full SHA for b7540f8
oreum_core/__init__.py
@@ -15,7 +15,7 @@
15
"""Core tools for use on projects by Oreum Industries"""
16
import logging
17
18
-__version__ = "0.9.6"
+__version__ = "0.9.7"
19
20
# logger goes to null handler by default
21
# packages that import oreum_core can override this and direct elsewhere
pyproject.toml
@@ -18,7 +18,6 @@ classifiers = [
"Natural Language :: English",
"Operating System :: MacOS",
"Operating System :: Unix",
- "Private :: Do Not Upload",
22
"Programming Language :: Python",
23
"Programming Language :: Python :: 3",
24
"Programming Language :: Python :: 3.11",
0 commit comments