Skip to content

Commit

Permalink
Bump version: 0.13.0 → 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-roslaniec committed Jan 12, 2024
1 parent 96c02cd commit c5b3543
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.13.0
current_version = 0.14.0
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<stage>[^.]*)\.(?P<devnum>\d+))?
Expand Down
2 changes: 1 addition & 1 deletion nucypher-core-python/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "nucypher-core-python"
authors = ["Bogdan Opanchuk <[email protected]>"]
version = "0.13.0"
version = "0.14.0"
edition = "2018"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion nucypher-core-python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
description="Protocol structures of Nucypher network",
long_description=long_description,
long_description_content_type="text/markdown",
version="0.13.0",
version="0.14.0",
author="Bogdan Opanchuk",
author_email="[email protected]",
url="https://github.com/nucypher/nucypher-core/tree/main/nucypher-core-python",
Expand Down
2 changes: 1 addition & 1 deletion nucypher-core-wasm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nucypher-core-wasm"
version = "0.13.0"
version = "0.14.0"
authors = [
"Bogdan Opanchuk <[email protected]>",
"Piotr Roslaniec <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion nucypher-core-wasm/package.template.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"Bogdan Opanchuk <[email protected]>"
],
"description": "NuCypher network core data structures",
"version": "0.13.0",
"version": "0.14.0",
"license": "GPL-3.0-only",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion nucypher-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nucypher-core"
version = "0.13.0"
version = "0.14.0"
authors = ["Bogdan Opanchuk <[email protected]>"]
edition = "2021"
license = "GPL-3.0-only"
Expand Down

0 comments on commit c5b3543

Please sign in to comment.