Skip to content

Commit

Permalink
Prepare v1.0.5 iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
titusz committed Dec 6, 2023
1 parent e0bc59f commit abe5200
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.4"
__version__ = "1.0.5"
from iscc_core.options import core_opts, conformant_options

# Import full api to toplevel
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "iscc-core"
version = "1.0.4"
version = "1.0.5"
description = "ISCC - Core Algorithms"
authors = ["Titusz <[email protected]>"]
license = "Apache-2.0"
Expand Down

0 comments on commit abe5200

Please sign in to comment.