Skip to content

Commit

Permalink
Updated version number to v0.0.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
freddieknets committed Nov 2, 2022
1 parent a82b0d6 commit 2ad9bc1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "xdyna"
version = "0.0.2"
version = "0.0.3"
description = "Xsuite dynamics package"
homepage = "https://github.com/xsuite/xdyna"
repository = "https://github.com/xsuite/xdyna"
Expand Down
2 changes: 1 addition & 1 deletion tests/test_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from xdyna import __version__

def test_version():
assert __version__ == '0.0.2'
assert __version__ == '0.0.3'
2 changes: 1 addition & 1 deletion xdyna/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
from .da_meta import regenerate_da_metadata
from .protectfile import ProtectFile, get_hash

__version__ = '0.0.2'
__version__ = '0.0.3'

0 comments on commit 2ad9bc1

Please sign in to comment.