Skip to content

Commit 7f2b122

Browse files
committed
bump version
1 parent d4ebec7 commit 7f2b122

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/wheels.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
- master
1010
- 'releases/**'
1111
release:
12-
types: [created]
12+
types: [published]
1313

1414
jobs:
1515
format_test:

arc/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# this is automatically parsed by Aphinx module in Python, using napoleon addon
44
from __future__ import division, print_function, absolute_import
55

6-
__version__ = "3.4.1"
6+
__version__ = "3.5.0"
77

88
__all__ = [
99
"AlkaliAtom",

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ arc = ["data/*", "data/refractive_index_data/*", "arc_c_extensions.c"]
1818
[project]
1919
name = "ARC-Alkali-Rydberg-Calculator"
2020
description = "Alkali Rydberg Calculator"
21-
version = "3.4.1"
21+
version = "3.5.0"
2222
authors = [
2323
{name = "Nikola Sibalic", email = "nikolasibalic@physics.org"},
2424
{name = "Elizabeth J. Robertson"},
@@ -72,7 +72,7 @@ content-type = "text/markdown"
7272
Homepage = "https://atomcalc.org/"
7373
Repository = "https://github.com/nikolasibalic/ARC-Alkali-Rydberg-Calculator"
7474
Documentation = "https://arc-alkali-rydberg-calculator.readthedocs.io/en/latest/"
75-
Download = "https://github.com/nikolasibalic/ARC-Alkali-Rydberg-Calculator/archive/refs/tags/v3.4.1.tar.gz"
75+
Download = "https://github.com/nikolasibalic/ARC-Alkali-Rydberg-Calculator/archive/refs/tags/v3.5.0.tar.gz"
7676

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

0 commit comments

Comments
 (0)