Skip to content

Commit

Permalink
fixing typo in pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
rallen10 committed Aug 14, 2024
1 parent f291264 commit d71e3b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ version = {attr = "kspdg.__version__"}

# ensure that private_src pyarmor shared object files are part of kspdg build
[tool.setuptools.package-data]
your_package = ["*.so"]
kspdg = ["*.so"]

[project.optional-dependencies]
testing = ["pytest","matplotlib"]
Expand Down
2 changes: 1 addition & 1 deletion src/kspdg/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Single-sourcing package version
# https://packaging.python.org/guides/single-sourcing-package-version/

__version__ = "0.8.1-alpha"
__version__ = "0.8.1-alpha.1"

# these imports make the individual environments accessible at the top-level
# of the library and assign an environment version number
Expand Down

0 comments on commit d71e3b4

Please sign in to comment.