Skip to content

Commit

Permalink
Bump version: 0.3.0 → 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mberz committed Dec 9, 2020
1 parent 1ec9bba commit 95a60e3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.3.0
current_version = 0.3.1
commit = True
tag = True

Expand All @@ -19,4 +19,3 @@ exclude = docs

[aliases]
test = pytest

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

setup(
name='spharpy',
version='0.3.0',
version='0.3.1',
description="Python package for spherical array processing.",
long_description=readme + '\n\n' + history,
author="Marco Berzborn",
Expand Down
2 changes: 1 addition & 1 deletion spharpy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__author__ = "Marco Berzborn"
__email__ = '[email protected]'
__version__ = '0.3.0'
__version__ = '0.3.1'

from . import spherical
from . import samplings
Expand Down

0 comments on commit 95a60e3

Please sign in to comment.