Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolasibalic committed Oct 4, 2024
1 parent 2e00f5b commit ac7adaa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion arc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# this is automatically parsed by Aphinx module in Python, using napoleon addon
from __future__ import division, print_function, absolute_import

__version__ = "3.5.0"
__version__ = "3.6.0"

__all__ = [
"AlkaliAtom",
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ arc = ["data/*", "data/refractive_index_data/*", "arc_c_extensions.c"]
[project]
name = "ARC-Alkali-Rydberg-Calculator"
description = "Alkali Rydberg Calculator"
version = "3.5.0"
version = "3.6.0"
authors = [
{name = "Nikola Sibalic", email = "[email protected]"},
{name = "Elizabeth J. Robertson"},
Expand Down Expand Up @@ -72,7 +72,7 @@ content-type = "text/markdown"
Homepage = "https://atomcalc.org/"
Repository = "https://github.com/nikolasibalic/ARC-Alkali-Rydberg-Calculator"
Documentation = "https://arc-alkali-rydberg-calculator.readthedocs.io/en/latest/"
Download = "https://github.com/nikolasibalic/ARC-Alkali-Rydberg-Calculator/archive/refs/tags/v3.5.0.tar.gz"
Download = "https://github.com/nikolasibalic/ARC-Alkali-Rydberg-Calculator/archive/refs/tags/v3.6.0.tar.gz"

[tool.cibuildwheel]
skip = ["*-win32", "*-manylinux_i686", "*-musllinux_i686" ,"pp*"]
skip = ["*-win32", "*-manylinux_i686", "*-musllinux_i686" ,"pp*"]

0 comments on commit ac7adaa

Please sign in to comment.