Skip to content

Commit a75c25a

Browse files
committed
- post-release version bump
1 parent 2aafaa6 commit a75c25a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "pysipfenn"
7-
version = "0.11.0"
7+
version = "0.11.0post1"
88
authors = [
99
{ name="Adam Krajewski", email="[email protected]" },
1010
{ name="Jonathan Siegel", email="[email protected]" },

pysipfenn/core/pysipfenn.py

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

2626
# - add new ones here if extending the code
2727

28-
__version__ = '0.11.0'
28+
__version__ = '0.11.0post1'
2929
__authors__ = [["Adam Krajewski", "[email protected]"],
3030
["Jonathan Siegel", "[email protected]"]]
3131
__name__ = 'pysipfenn'

0 commit comments

Comments
 (0)