Skip to content

Commit

Permalink
Bump version: 1.0.4 → 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
cmeeren committed Oct 7, 2015
1 parent d3873cb commit b59e98d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.0.4
current_version = 1.0.5
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -25,7 +25,7 @@
year = u'2015'
author = u'Christer van der Meeren'
copyright = '{0}, {1}'.format(year, author)
version = release = u'1.0.4'
version = release = u'1.0.5'
# 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.py
Expand Up @@ -34,7 +34,7 @@ def read(*names, **kwargs):

setup(
name='aacgmv2',
version='1.0.4',
version='1.0.5',
license='MIT',
description='A Python wrapper for AACGM-v2 magnetic coordinates',
long_description='%s\n%s' % (read('README.rst'), re.sub(':[a-z]+:`~?(.*?)`', r'``\1``', read('CHANGELOG.rst'))),
Expand Down
2 changes: 1 addition & 1 deletion src/aacgmv2/__init__.py
@@ -1,4 +1,4 @@
__version__ = "1.0.4"
__version__ = "1.0.5"

import os as _os

Expand Down

0 comments on commit b59e98d

Please sign in to comment.