Skip to content

Commit c608309

Browse files
authored
Merge pull request #175 from astro-informatics/v1.0.1
increment version in setup and docs
2 parents 85eff64 + 38158b4 commit c608309

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
author = "Matthew Price, Jason McEwen, Matthew Graham, Sofia Miñano, Devaraj Gopinathan"
2626

2727
# The short X.Y version
28-
version = "0.0.1"
28+
version = "1.0.1"
2929
# The full version, including alpha/beta/rc tags
30-
release = "0.0.1"
30+
release = "1.0.1"
3131

3232

3333
# -- General configuration ---------------------------------------------------

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"Intended Audience :: Science/Research",
2222
],
2323
name="s2fft",
24-
version="1.0.0",
24+
version="1.0.1",
2525
url="https://github.com/astro-informatics/s2fft",
2626
author="Matthew A. Price, Jason D. McEwen & Contributors",
2727
license="MIT",

0 commit comments

Comments
 (0)