Skip to content

Commit 832fbef

Browse files
authored
Merge pull request #13 from toruseo/develop
fix version name
2 parents da0183b + 48bf6bf commit 832fbef

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from .uxsim import *
22
from .utils import *
33

4-
__version__ = "1.0.4"
4+
__version__ = "1.0.5"
55
__author__ = "Toru Seo"
66
__copyright__ = "Copyright (c) 2023 Toru Seo"
77
__license__ = "MIT License"

uxsim/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from .uxsim import *
22
from .utils import *
33

4-
__version__ = "1.0.4b"
4+
__version__ = "1.0.5"
55
__author__ = "Toru Seo"
66
__copyright__ = "Copyright (c) 2023 Toru Seo"
77
__license__ = "MIT License"

0 commit comments

Comments
 (0)