Skip to content

Commit c4e7849

Browse files
authored
Merge pull request #181 from strictdoc-project/stanislaw/bump_version
Bump version to 0.0.43
2 parents 05ddc07 + edf7581 commit c4e7849

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ classifiers = [
3434
"License :: OSI Approved :: BSD License",
3535
"Operating System :: OS Independent",
3636
"Programming Language :: Python :: 3",
37-
"Programming Language :: Python :: 3.7",
3837
"Programming Language :: Python :: 3.8",
3938
"Programming Language :: Python :: 3.9",
4039
"Programming Language :: Python :: 3.10",

reqif/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import os.path
22

3-
__version__ = "0.0.43a1"
3+
__version__ = "0.0.43"
44

55
PATH_TO_REQIF_ROOT = os.path.abspath(os.path.join(os.path.dirname(__file__), os.pardir))

0 commit comments

Comments
 (0)