Skip to content

Commit

Permalink
DOC: updated version number
Browse files Browse the repository at this point in the history
Bumped version number to 2.6.1.
  • Loading branch information
aburrell committed Sep 4, 2020
1 parent 7beab01 commit 5fb0167
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion aacgmv2/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
from aacgmv2 import (_aacgmv2)

# Define global variables
__version__ = "2.6.0"
__version__ = "2.6.1"

# Define a logger object to allow easier log handling
logger = logging.getLogger('aacgmv2_logger')
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
year = u'2019'
author = u'Angeline G. Burrell, Christer van der Meeren, Karl M. Laundal'
copyright = '{0}, {1}'.format(year, author)
version = release = u'2.6.0'
version = release = u'2.6.1'
# on_rtd is whether we are on readthedocs.org
on_rtd = os.environ.get('READTHEDOCS', None) == 'True'

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
release = register clean --all sdist

[bumpversion]
current_version = 2.6.0
current_version = 2.6.1
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def read(fname, **kwargs):

setup(
name='aacgmv2',
version='2.6.0',
version='2.6.1',
license='MIT',
description='A Python wrapper for AACGM-v2 magnetic coordinates',
long_description='%s\n%s' % (read('README.rst'),
Expand Down

0 comments on commit 5fb0167

Please sign in to comment.