Skip to content

Commit

Permalink
Bump version to release
Browse files Browse the repository at this point in the history
  • Loading branch information
jobovy committed Mar 7, 2023
1 parent b3a95a8 commit 138a608
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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.3.dev0
current_version = 1.3
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.3.dev0.0
cff-version: 1.3.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.3.dev0
version: 1.3
url: "https://github.com/jobovy/mwdust"
preferred-citation:
type: article
Expand Down
2 changes: 1 addition & 1 deletion HISTORY.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
v1.3 (XXXX-XX-XX)
v1.3 (2023-03-07)
==================

- Re-jiggered the way dust maps are downloaded. They are now downloaded
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.3.dev0"
__version__ = "1.3"


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.3.dev0',
version='1.3',
description='Dust in the Milky Way',
author='Jo Bovy',
author_email='bovy@astro.utoronto.ca',
Expand Down

0 comments on commit 138a608

Please sign in to comment.