Skip to content

Commit

Permalink
bump version (closes #187)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolasibalic committed Jan 4, 2025
1 parent 8868f51 commit b9d47cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.6.0"
__version__ = "3.7.0"

__all__ = [
"AlkaliAtom",
Expand Down
2 changes: 1 addition & 1 deletion 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.6.0"
version = "3.7.0"
authors = [
{name = "Nikola Sibalic", email = "[email protected]"},
{name = "Elizabeth J. Robertson"},
Expand Down

0 comments on commit b9d47cb

Please sign in to comment.