Skip to content

Commit

Permalink
Prepare for v0.7.0 iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
titusz committed Jun 26, 2024
1 parent 74081c2 commit 192e61e
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 37 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Changelog

## 0.6.3 - Unreleased
## 0.7.0 - Unreleased


## 0.6.2 - 2024-06-13
Expand Down
2 changes: 1 addition & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Changelog

## 0.6.3 - Unreleased
## 0.7.0 - Unreleased


## 0.6.2 - 2024-06-13
Expand Down
2 changes: 1 addition & 1 deletion iscc_sdk/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import os
from platformdirs import PlatformDirs

__version__ = "0.6.3"
__version__ = "0.7.0"
APP_NAME = "iscc-sdk"
APP_AUTHOR = "iscc"
dirs = PlatformDirs(appname=APP_NAME, appauthor=APP_AUTHOR)
Expand Down
64 changes: 32 additions & 32 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.6.3"
version = "0.7.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.6.3"
assert __version__ == "0.7.0"

0 comments on commit 192e61e

Please sign in to comment.