Skip to content

Commit

Permalink
Merge pull request #93 from ladisk/release-v2.4.4
Browse files Browse the repository at this point in the history
Prepare for release v2.4.4
  • Loading branch information
jankoslavic authored Nov 6, 2024
2 parents e5bb885 + bcf764a commit 97c2d87
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "pyuff"
version = "2.4.3"
version = "2.4.4"
authors = [{name = "Primož Čermelj, Janko Slavič", email = "janko.slavic@fs.uni-lj.si"}]
maintainers = [{name = "Janko Slavič et al.", email = "janko.slavic@fs.uni-lj.si"}]
license = "MIT"
Expand Down Expand Up @@ -40,4 +40,4 @@ documentation = "https://pyuff.readthedocs.io/en/latest/"
source = "https://github.com/ladisk/pyuff"

[tool.hatch.build.targets.sdist]
include = ["pyuff/*"]
include = ["pyuff/*"]
2 changes: 1 addition & 1 deletion pyuff/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "2.4.3"
__version__ = "2.4.4"
from .pyuff import *
from .datasets import *

0 comments on commit 97c2d87

Please sign in to comment.