Skip to content

Commit

Permalink
Bump version: 0.3.2 → 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulKGrimes committed Oct 1, 2020
1 parent 2dce1d6 commit 9e4053c
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.3.2
current_version = 0.3.3
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 @@ -26,9 +26,9 @@ Overview
:alt: Coverage Status
:target: https://codecov.io/github/Smithsonian/python-graspfile

.. |commits-since| image:: https://img.shields.io/github/commits-since/Smithsonian/python-graspfile/v0.3.2.svg
.. |commits-since| image:: https://img.shields.io/github/commits-since/Smithsonian/python-graspfile/v0.3.3.svg
:alt: Commits since latest release
:target: https://github.com/Smithsonian/python-graspfile/compare/v0.3.2...master
:target: https://github.com/Smithsonian/python-graspfile/compare/v0.3.3...master



Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
year = '2019-2020'
author = 'Paul Grimes'
copyright = '{0}, {1}'.format(year, author)
version = release = '0.3.2'
version = release = '0.3.3'

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 @@ -25,7 +25,7 @@ def read(*names, **kwargs):

setup(
name='python-graspfile',
version='0.3.2',
version='0.3.3',
license='MIT',
description="A package for reading, manipulating and eventually writing files output from TICRA Tools GRASP and "
"CHAMP software using numpy etc.",
Expand Down
2 changes: 1 addition & 1 deletion src/graspfile/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
grid
"""

__version__ = '0.3.2'
__version__ = '0.3.3'

__all__ = ['cut', 'grid', 'plot', 'torfile', 'torparser']

0 comments on commit 9e4053c

Please sign in to comment.