Skip to content

Commit

Permalink
- post-release version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
amkrajewski committed Mar 29, 2023
1 parent 2aafaa6 commit a75c25a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "pysipfenn"
version = "0.11.0"
version = "0.11.0post1"
authors = [
{ name="Adam Krajewski", email="[email protected]" },
{ name="Jonathan Siegel", email="[email protected]" },
Expand Down
2 changes: 1 addition & 1 deletion pysipfenn/core/pysipfenn.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

# - add new ones here if extending the code

__version__ = '0.11.0'
__version__ = '0.11.0post1'
__authors__ = [["Adam Krajewski", "[email protected]"],
["Jonathan Siegel", "[email protected]"]]
__name__ = 'pysipfenn'
Expand Down

0 comments on commit a75c25a

Please sign in to comment.