We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 05ddc07 + edf7581 commit c4e7849Copy full SHA for c4e7849
2 files changed
pyproject.toml
@@ -34,7 +34,6 @@ classifiers = [
34
"License :: OSI Approved :: BSD License",
35
"Operating System :: OS Independent",
36
"Programming Language :: Python :: 3",
37
- "Programming Language :: Python :: 3.7",
38
"Programming Language :: Python :: 3.8",
39
"Programming Language :: Python :: 3.9",
40
"Programming Language :: Python :: 3.10",
reqif/__init__.py
@@ -1,5 +1,5 @@
1
import os.path
2
3
-__version__ = "0.0.43a1"
+__version__ = "0.0.43"
4
5
PATH_TO_REQIF_ROOT = os.path.abspath(os.path.join(os.path.dirname(__file__), os.pardir))
0 commit comments