Skip to content

Commit 0af5b62

Browse files
committed
Bump version to next release
1 parent 3d93312 commit 0af5b62

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.11.1.dev0
2+
current_version = 1.11.1
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.11.1.dev0
8+
version: 1.11.1
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
@@ -126,7 +126,7 @@ def linkcode_resolve(domain, info):
126126
# built documents.
127127
#
128128
# The short X.Y version.
129-
version = "1.11.1.dev0"
129+
version = "1.11.1"
130130
# The full version, including alpha/beta/rc tags.
131131
release = version
132132
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.11.1.dev0"
1+
__version__ = "1.11.1"
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
@@ -257,7 +257,7 @@ def build_extensions(self):
257257
setup(
258258
cmdclass=dict(build_ext=BuildExt), # this to allow compiler check above
259259
name="galpy",
260-
version="1.11.1.dev0",
260+
version="1.11.1",
261261
description="Galactic Dynamics in python",
262262
author="Jo Bovy",
263263
author_email="bovy@astro.utoronto.ca",

0 commit comments

Comments
 (0)