Skip to content

Commit 2c99963

Browse files
authored
Merge pull request #196 from strictdoc-project/stanislaw/release
Bump version to 0.0.46
2 parents d3afa2d + dfb3d93 commit 2c99963

2 files changed

Lines changed: 6 additions & 9 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,25 +22,23 @@ name = "reqif"
2222
dynamic = ["version"]
2323
description = "Python library for ReqIF format. ReqIF parsing and unparsing."
2424
readme = "README.md"
25-
license = "Apache-2.0"
25+
license = { text = "Apache-2.0" }
2626
requires-python = ">=3.8"
2727
authors = [
2828
{ name = "Stanislav Pankevich", email = "s.pankevich@gmail.com" },
2929
]
3030
classifiers = [
31-
# "Development Status :: 4 - Beta",
32-
# "Environment :: Web Environment",
33-
# "Intended Audience :: Developers",
34-
"License :: OSI Approved :: BSD License",
31+
"License :: OSI Approved :: Apache Software License",
3532
"Operating System :: OS Independent",
3633
"Programming Language :: Python :: 3",
3734
"Programming Language :: Python :: 3.8",
3835
"Programming Language :: Python :: 3.9",
3936
"Programming Language :: Python :: 3.10",
4037
"Programming Language :: Python :: 3.11",
38+
"Programming Language :: Python :: 3.12",
39+
"Programming Language :: Python :: 3.13",
4140
"Programming Language :: Python :: Implementation :: CPython",
4241
"Programming Language :: Python :: Implementation :: PyPy",
43-
# "Topic :: Internet :: WWW/HTTP",
4442
]
4543
dependencies = [
4644
"lxml >= 4.6.2",
@@ -81,8 +79,7 @@ development = [
8179
reqif = "reqif.cli.main:main"
8280

8381
[project.urls]
84-
Changelog = "https://github.com/strictdoc-project/reqif/blob/main/CHANGELOG.md"
85-
# Funding = "https://..."
82+
Changelog = "https://github.com/strictdoc-project/reqif/releases"
8683
Homepage = "https://github.com/strictdoc-project/reqif"
8784
Source = "https://github.com/strictdoc-project/reqif"
8885

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.45"
3+
__version__ = "0.0.46"
44

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

0 commit comments

Comments
 (0)