Skip to content

Commit ba824e9

Browse files
committed
Bump version: 3.9.0 → 3.10.0
1 parent 0818f18 commit ba824e9

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 3.9.0
2+
current_version = 3.10.0
33
commit = True
44
tag = True
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<stage>[^.]*)\.(?P<devnum>\d+))?

porter/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
__summary__ = "The gateway for TACo protocol operations."
1616

17-
__version__ = "3.9.0"
17+
__version__ = "3.10.0"
1818

1919
__author__ = "NuCypher"
2020

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "porter"
3-
version = "3.9.0"
3+
version = "3.10.0"
44
authors = ["NuCypher <dev@nucypher.com>"]
55
description = "The gateway for TACo protocol operations."
66

0 commit comments

Comments
 (0)