diff --git a/.bumpversion.cfg b/.bumpversion.cfg index b825001..aa09666 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.6.dev0 +current_version = 1.5.post0 parse = (?P\d+)\.(?P\d+)(\.(?P[a-z]+)(?P\d+))? serialize = {major}.{minor}.{release}{dev} diff --git a/CITATION.cff b/CITATION.cff index 6d89c34..4b16468 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -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 diff --git a/mwdust/__init__.py b/mwdust/__init__.py index 6f5595f..48ba30f 100644 --- a/mwdust/__init__.py +++ b/mwdust/__init__.py @@ -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): diff --git a/setup.py b/setup.py index 421ec91..8b35dac 100644 --- a/setup.py +++ b/setup.py @@ -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',