Skip to content

Commit

Permalink
Bump version to post 1.5 release that adds Python 3.12 wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
jobovy committed Oct 13, 2023
1 parent 362ea2f commit 505a019
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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 = 1.6.dev0
current_version = 1.5.post0
parse = (?P<major>\d+)\.(?P<minor>\d+)(\.(?P<release>[a-z]+)(?P<dev>\d+))?
serialize =
{major}.{minor}.{release}{dev}
Expand Down
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
cff-version: 1.6.dev0.0
cff-version: 1.5.post0.0
message: "If you use this software, please cite the Bovy et al. (2016) The Astrophysical Journal paper as given below."
authors:
- family-names: "Bovy"
given-names: "Jo"
orcid: "https://orcid.org/0000-0001-6855-442X"
title: "mwdust"
version: 1.6.dev0
version: 1.5.post0
url: "https://github.com/jobovy/mwdust"
preferred-citation:
type: article
Expand Down
2 changes: 1 addition & 1 deletion mwdust/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from mwdust.Combined19 import Combined19
from mwdust.Zero import Zero

__version__ = "1.6.dev0"
__version__ = "1.5.post0"


def download_all(test=False):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
if not WIN32:
install_requires.append('healpy')
setup(name='mwdust',
version='1.6.dev0',
version='1.5.post0',
description='Dust in the Milky Way',
author='Jo Bovy',
author_email='bovy@astro.utoronto.ca',
Expand Down

0 comments on commit 505a019

Please sign in to comment.