Skip to content

Commit

Permalink
Bump version to 1.1.0 and update supported python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
titusz committed Oct 19, 2024
1 parent 9c4ae36 commit 8ff4a41
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion iscc_core/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "1.0.9"
__version__ = "1.1.0"
from iscc_core.options import core_opts, conformant_options

# Import full api to toplevel
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "iscc-core"
version = "1.0.9"
version = "1.1.0"
description = "ISCC - Core Algorithms"
authors = ["Titusz <[email protected]>"]
license = "Apache-2.0"
Expand Down Expand Up @@ -41,7 +41,7 @@ classifiers=[


[tool.poetry.dependencies]
python = ">=3.7.2,<4.0"
python = ">=3.9,<4.0"
cython = { version = ">=3", optional = true }
blake3 = "*"
xxhash = "*"
Expand Down

0 comments on commit 8ff4a41

Please sign in to comment.