Skip to content

Commit

Permalink
Bump version: 0.3.0 → 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelaye committed Jun 24, 2019
1 parent 889a855 commit 0ded2a1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion p4tools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@

__author__ = """K.-Michael Aye"""
__email__ = 'kmichael.aye@gmail.com'
__version__ = '0.3.0'
__version__ = '0.4.0'

from .p4tools import *
2 changes: 1 addition & 1 deletion 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.4.0
commit = True
tag = True

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

setup(
name='p4tools',
version='0.3.0',
version='0.4.0',
description="Tools for Planet Four data analysis.",
long_description=readme + '\n\n' + history,
author="K.-Michael Aye",
Expand Down

0 comments on commit 0ded2a1

Please sign in to comment.