Skip to content

Commit

Permalink
Bump version to next release
Browse files Browse the repository at this point in the history
  • Loading branch information
jobovy committed Oct 22, 2024
1 parent 35302f2 commit 112bb22
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.13.dev0
current_version = 0.13
parse = (?P<major>\d+)\.(?P<minor>\d+)(\.(?P<release>[a-z]+)(?P<dev>\d+))?
serialize =
{major}.{minor}.{release}{dev}
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
author = 'Jo Bovy'

# The full version, including alpha/beta/rc tags
release = '0.13.dev0'
release = '0.13'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="sphinx-astrorefs",
version="0.13.dev0",
version="0.13",
author="Jo Bovy",
author_email="bovy@astro.utoronto.ca",
description="Astro-style references in Sphinx documents",
Expand Down
2 changes: 1 addition & 1 deletion sphinx_astrorefs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from . import pybtex_astro
from . import reformat
from . import resolve_aas
__version__= "0.13.dev0"
__version__= "0.13"

def append_static_path(app,config):
config.html_static_path.append(
Expand Down

0 comments on commit 112bb22

Please sign in to comment.