Skip to content

Commit

Permalink
fix: corrected version number [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
csae8092 committed Jan 24, 2025
1 parent 36dc14f commit 3bc3784
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
setup(
author="Peter Andorfer",
author_email="peter.andorfer@oeaw.ac.at",
python_requires=">=3.9",
python_requires=">=3.8",
classifiers=[
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
Expand All @@ -36,6 +36,6 @@
test_suite="tests",
tests_require=[],
url="https://github.com/acdh-oeaw/acdh-cidoc-pyutils",
version="v1.1",
version="v1.2",
zip_safe=False,
)

0 comments on commit 3bc3784

Please sign in to comment.