Skip to content

Commit

Permalink
Bump version to next dev version
Browse files Browse the repository at this point in the history
  • Loading branch information
jobovy committed Oct 13, 2023
1 parent 18c85b8 commit 83d2f0d
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.5
current_version = 1.6.dev0
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.5.0
cff-version: 1.6.dev0.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.5
version: 1.6.dev0
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.5"
__version__ = "1.6.dev0"


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.5',
version='1.6.dev0',
description='Dust in the Milky Way',
author='Jo Bovy',
author_email='[email protected]',
Expand Down

0 comments on commit 83d2f0d

Please sign in to comment.