Skip to content

Commit

Permalink
Updated version number to v0.1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
freddieknets committed Mar 5, 2023
1 parent 01d849f commit 5734114
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.1.0"
version = "0.1.1"
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.1.0'
assert __version__ == '0.1.1'
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_meta_file
from .protectfile import ProtectFile, get_hash

__version__ = '0.1.0'
__version__ = '0.1.1'

0 comments on commit 5734114

Please sign in to comment.