Skip to content

Commit

Permalink
version 0.43.1
Browse files Browse the repository at this point in the history
  • Loading branch information
klemengit committed Mar 1, 2024
1 parent 433bb62 commit a8ba88f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyExSi/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = '0.43'
__version__ = '0.43.1'
from .signals import *
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 = "hatchling.build"

[project]
name = "pyExSi"
version = "0.43"
version = "0.43.1"
authors = [{name = "Aleš Zorman, Domen Gorjup, Janko Slavič", email = "janko.slavic@fs.uni-lj.si"}]
maintainers = [{name = "Janko Slavič, Domen Gorjup, Aleš Zorman", email = "janko.slavic@fs.uni-lj.si"}]
license = "MIT"
Expand Down

0 comments on commit a8ba88f

Please sign in to comment.