Skip to content

Commit b8f55cf

Browse files
committed
Bump version: 0.3.0 → 0.3.1
1 parent 996feef commit b8f55cf

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.3.0
2+
current_version = 0.3.1
33
commit = True
44
tag = True
55

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ Overview
2626
:alt: Coverage Status
2727
:target: https://codecov.io/github/Smithsonian/python-graspfile
2828

29-
.. |commits-since| image:: https://img.shields.io/github/commits-since/Smithsonian/python-graspfile/v0.3.0.svg
29+
.. |commits-since| image:: https://img.shields.io/github/commits-since/Smithsonian/python-graspfile/v0.3.1.svg
3030
:alt: Commits since latest release
31-
:target: https://github.com/Smithsonian/python-graspfile/compare/v0.3.0...master
31+
:target: https://github.com/Smithsonian/python-graspfile/compare/v0.3.1...master
3232

3333

3434

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
year = '2019-2020'
3939
author = 'Paul Grimes'
4040
copyright = '{0}, {1}'.format(year, author)
41-
version = release = '0.3.0'
41+
version = release = '0.3.1'
4242

4343
pygments_style = 'trac'
4444
templates_path = ['.']

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def read(*names, **kwargs):
2525

2626
setup(
2727
name='python-graspfile',
28-
version='0.3.0',
28+
version='0.3.1',
2929
license='MIT',
3030
description="A package for reading, manipulating and eventually writing files output from TICRA Tools GRASP and "
3131
"CHAMP software using numpy etc.",

src/graspfile/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
grid
1111
"""
1212

13-
__version__ = '0.3.0'
13+
__version__ = '0.3.1'
1414

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

0 commit comments

Comments
 (0)