Skip to content

Commit ac669b9

Browse files
committed
v2.4.2
1 parent bfc7f82 commit ac669b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "pyuff"
7-
version = "2.4.1"
7+
version = "2.4.2"
88
authors = [{name = "Primož Čermelj, Janko Slavič", email = "[email protected]"}]
99
maintainers = [{name = "Janko Slavič et al.", email = "[email protected]"}]
1010
license = "MIT"

pyuff/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "2.4.1"
1+
__version__ = "2.4.2"
22
from .pyuff import *
33
from .datasets import *
44

0 commit comments

Comments
 (0)