Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen committed Oct 3, 2024
1 parent 4ef6eda commit 8aa1e23
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions pyiron_dataclasses/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# Internal init
from ._version import get_versions

# Set version of pyiron_base
__version__ = get_versions()["version"]
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = []
requires = ["versioneer[toml]==0.29"]
build-backend = "setuptools.build_meta"

[project]
Expand Down

0 comments on commit 8aa1e23

Please sign in to comment.