Skip to content

Commit fb8f81c

Browse files
committed
Bump version to 1.10.0
1 parent 422d84d commit fb8f81c

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.10.0.dev0
2+
current_version = 1.10.0
33
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<dev>\d+))?
44
serialize =
55
{major}.{minor}.{patch}.{release}{dev}

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors:
55
given-names: "Jo"
66
orcid: "https://orcid.org/0000-0001-6855-442X"
77
title: "galpy"
8-
version: 1.10.0.dev0
8+
version: 1.10.0
99
url: "https://github.com/jobovy/galpy"
1010
preferred-citation:
1111
type: article

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ def linkcode_resolve(domain, info):
116116
# built documents.
117117
#
118118
# The short X.Y version.
119-
version = "1.10.0.dev0"
119+
version = "1.10.0"
120120
# The full version, including alpha/beta/rc tags.
121121
release = version
122122
on_rtd = os.environ.get("READTHEDOCS", None) == "True"

galpy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "1.10.0.dev0"
1+
__version__ = "1.10.0"
22
# Check whether a new version is available
33
import datetime
44
import http.client

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ def build_extensions(self):
277277
setup(
278278
cmdclass=dict(build_ext=BuildExt), # this to allow compiler check above
279279
name="galpy",
280-
version="1.10.0.dev0",
280+
version="1.10.0",
281281
description="Galactic Dynamics in python",
282282
author="Jo Bovy",
283283
author_email="bovy@astro.utoronto.ca",

0 commit comments

Comments
 (0)