Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolasibalic committed May 19, 2024
1 parent d4ebec7 commit d31f763
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.4.1"
__version__ = "3.5.0"

__all__ = [
"AlkaliAtom",
Expand Down
4 changes: 2 additions & 2 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.4.1"
version = "3.5.0"
authors = [
{name = "Nikola Sibalic", email = "nikolasibalic@physics.org"},
{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.4.1.tar.gz"
Download = "https://github.com/nikolasibalic/ARC-Alkali-Rydberg-Calculator/archive/refs/tags/v3.5.0.tar.gz"

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

0 comments on commit d31f763

Please sign in to comment.