Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolasibalic committed Apr 23, 2023
1 parent 5a67350 commit f3f4552
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.2.9"
__version__ = "3.3.0"

__all__ = [
"AlkaliAtom",
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def __str__(self):

setup(
name="ARC-Alkali-Rydberg-Calculator",
version="3.2.9",
version="3.3.0",
description="Alkali Rydberg Calculator",
long_description=open("README.md").read(),
long_description_content_type="text/markdown",
Expand Down Expand Up @@ -61,7 +61,7 @@ def __str__(self):
],
setup_requires=["oldest-supported-numpy"],
url="https://github.com/nikolasibalic/ARC-Alkali-Rydberg-Calculator",
download_url="https://github.com/nikolasibalic/ARC-Alkali-Rydberg-Calculator/archive/refs/tags/v3.2.9.tar.gz",
download_url="https://github.com/nikolasibalic/ARC-Alkali-Rydberg-Calculator/archive/refs/tags/v3.3.0.tar.gz",
author="Nikola Sibalic, Elizabeth J. Robertson, Jonathan D. Pritchard, Robert M. Potvliege, Matthew P. A. Jones, Charles S. Adams, Kevin J. Weatherill, and contributors",
author_email="nikolasibalic@physics.org",
packages=["arc", "arc.advanced"],
Expand Down

0 comments on commit f3f4552

Please sign in to comment.