Skip to content

Commit

Permalink
Updated version number to v0.5.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
freddieknets committed Oct 28, 2024
1 parent 8160a1b commit bdc6267
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "xcoll"
version = "0.5.9rc0"
version = "0.5.9"
description = "Xsuite collimation package"
homepage = "https://github.com/xsuite/xcoll"
repository = "https://github.com/xsuite/xcoll"
Expand All @@ -25,14 +25,14 @@ python = ">=3.8"
ruamel-yaml = { version = "^0.17.31", optional = true }
numpy = ">=1.0"
pandas = ">=1.4"
xobjects = ">=0.2.6"
xdeps = ">=0.1.1"
xpart = ">=0.15.0"
xtrack = ">=0.36.5"
xobjects = ">=0.4.5"
xdeps = ">=0.7.3"
xpart = ">=0.19.1"
xtrack = ">=0.69.7"

[tool.poetry.dev-dependencies]
pytest = ">=7.3"
xaux = "0.2.0"
xaux = ">=0.2.1"

[tool.poetry.extras]
tests = ["pytest", "ruamel-yaml"]
Expand Down
2 changes: 1 addition & 1 deletion tests/test_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
from xcoll import __version__

def test_version():
assert __version__ == '0.5.9rc0'
assert __version__ == '0.5.9'
2 changes: 1 addition & 1 deletion xcoll/general.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
# ======================
# Do not change
# ======================
__version__ = '0.5.9rc0'
__version__ = '0.5.9'
# ======================

0 comments on commit bdc6267

Please sign in to comment.