Skip to content

Commit

Permalink
Bump version: 0.2.0 → 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joaomcteixeira committed Nov 6, 2019
1 parent be7911b commit a839b68
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 = 0.2.0
current_version = 0.3.0
commit = True
tag = True

Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,9 @@ Development Branch
:target: https://taurenmd.readthedocs.io/en/latest/index.html
:alt: Read the Docs (latest)

.. image:: https://img.shields.io/github/commits-since/joaomcteixeira/taurenmd/v0.2.0/develop
.. image:: https://img.shields.io/github/commits-since/joaomcteixeira/taurenmd/v0.3.0/develop
:alt: Commits since latest release
:target: https://github.com/joaomcteixeira/taurenmd/compare/v0.2.0...develop
:target: https://github.com/joaomcteixeira/taurenmd/compare/v0.3.0...develop

The latest development is hosted at the `develop branch`_.

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 = '2019'
author = 'Joao MC Teixeira'
copyright = '{0}, {1}'.format(year, author)
version = release = '0.2.0'
version = release = '0.3.0'

pygments_style = 'trac'
templates_path = ['.']
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def read(*names, **kwargs):

setup(
name='taurenmd',
version='0.2.0',
version='0.3.0',
license='GNU GPLv2',
description='Command-line and library interface for analysis routines in Molecular Dynamics',
long_description='%s\n%s' % (
Expand Down
2 changes: 1 addition & 1 deletion src/taurenmd/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ def str(self):
return os.fspath(self)


__version__ = '0.2.0'
__version__ = '0.3.0'

0 comments on commit a839b68

Please sign in to comment.