Skip to content

Commit cffb4ff

Browse files
committed
bugfix, version 0.43.2
1 parent 584c8c8 commit cffb4ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyExSi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = '0.43.1'
1+
__version__ = '0.43.2'
22
from .signals import *

pyproject.toml

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

55
[project]
66
name = "pyExSi"
7-
version = "0.43.1"
7+
version = "0.43.2"
88
authors = [{name = "Aleš Zorman, Domen Gorjup, Janko Slavič", email = "janko.slavic@fs.uni-lj.si"}]
99
maintainers = [{name = "Janko Slavič, Domen Gorjup, Aleš Zorman", email = "janko.slavic@fs.uni-lj.si"}]
1010
license = "MIT"

0 commit comments

Comments
 (0)