Skip to content

Commit

Permalink
Updated version number to v0.5.11.
Browse files Browse the repository at this point in the history
  • Loading branch information
freddieknets committed Nov 27, 2024
1 parent c674931 commit 3c3aed7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "xcoll"
version = "0.5.11rc0"
version = "0.5.11"
description = "Xsuite collimation package"
homepage = "https://github.com/xsuite/xcoll"
repository = "https://github.com/xsuite/xcoll"
Expand All @@ -26,13 +26,13 @@ ruamel-yaml = { version = "^0.17.31", optional = true }
numpy = ">=1.0"
pandas = ">=1.4"
xobjects = ">=0.4.5"
xdeps = ">=0.7.4"
xpart = ">=0.19.1"
xtrack = ">=0.69.7"
xdeps = ">=0.8.1"
xpart = ">=0.19.3"
xtrack = ">=0.70.3"

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

[tool.poetry.extras]
tests = ["pytest", "ruamel-yaml", "pytest-html", "pytest-xdist"]
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.11rc0'
assert __version__ == '0.5.11'
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.11rc0'
__version__ = '0.5.11'
# ======================

0 comments on commit 3c3aed7

Please sign in to comment.