Skip to content

Commit

Permalink
📝 versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
HamedBabaei committed Dec 5, 2024
1 parent 69fb447 commit ab73437
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.9"
python-version: "3.10"

- name: Install Poetry
run: |
Expand Down
2 changes: 1 addition & 1 deletion ontoaligner/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-
__version__ = "0.1.0"
__version__ = "1.0.0"

from .pipeline import Pipeline
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ homepage = "https://ontoaligner.readthedocs.io/"
repository = "https://github.com/sciknoworg/OntoAligner/"

[tool.poetry.dependencies]
python = ">=3.9"
python = ">=3.10,<4.0.0"
pathlib = "*"
argparse = "*"
numpy = "*"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
],
python_requires=">=3.10",
python_requires=">=3.10,<4.0.0",
project_urls={
"Documentation": "https://ontoaligner.readthedocs.io/",
"Source": "https://github.com/sciknoworg/OntoAligner",
Expand Down

0 comments on commit ab73437

Please sign in to comment.