Skip to content

Commit

Permalink
Prepare v0.6.0 development
Browse files Browse the repository at this point in the history
  • Loading branch information
titusz committed Dec 7, 2023
1 parent a0fab4e commit 649f10e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion iscc_sdk/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import os
from platformdirs import PlatformDirs

__version__ = "0.5.9"
__version__ = "0.6.0"
APP_NAME = "iscc-sdk"
APP_AUTHOR = "iscc"
dirs = PlatformDirs(appname=APP_NAME, appauthor=APP_AUTHOR)
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-sdk"
version = "0.5.9"
version = "0.6.0"
description = "SDK for creating ISCCs (International Standard Content Codes)"
authors = ["Titusz <[email protected]>"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion tests/test_iscc_sdk.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@


def test_version():
assert __version__ == "0.5.9"
assert __version__ == "0.6.0"

0 comments on commit 649f10e

Please sign in to comment.