Skip to content

Commit a3bf5a2

Browse files
committed
bump version
1 parent 0af2a44 commit a3bf5a2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/pysimmmulator/VERSION

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
0.4.4

src/pysimmmulator/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
__author__ = "RyanAugust"
33
__license__ = "MIT"
44
__copyright__ = "Copyright 2025"
5-
__version__ = "0.4.3"
5+
__version__ = "0.4.4"
66

77
import os
88

0 commit comments

Comments
 (0)