Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolasibalic committed Oct 2, 2022
1 parent 3ac4f09 commit 08aedbe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def __str__(self):

setup(
name="ARC-Alkali-Rydberg-Calculator",
version="3.2.1",
version="3.2.2",
description="Alkali Rydberg Calculator",
long_description=open("README.md").read(),
long_description_content_type="text/markdown",
Expand Down Expand Up @@ -60,8 +60,8 @@ 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.1.tar.gz",
author="Nikola Sibalic, Elizabeth J. Robertson, Jonathan D. Pritchard, Robert M. Potvliege, Matthew P. A. Jones, Charles S. Adams, Kevin J. Weatherill",
download_url="https://github.com/nikolasibalic/ARC-Alkali-Rydberg-Calculator/archive/refs/tags/v3.2.2.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"],
package_data={
Expand Down

0 comments on commit 08aedbe

Please sign in to comment.