Skip to content

Commit

Permalink
Bump version: 0.2.7 → 0.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Fedor Baart committed Jun 11, 2017
1 parent 165ec52 commit 12d291d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion flowmap/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

__author__ = 'Fedor Baart'
__email__ = '[email protected]'
__version__ = '0.2.7'
__version__ = '0.2.8'
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.2.7
current_version = 0.2.8
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 @@ -28,7 +28,7 @@

setup(
name='flowmap',
version='0.2.7',
version='0.2.8',
description="Command line utility to transform model output into a flowmap that can be used for games or gpu-based visualizations.",
long_description=readme + '\n\n' + history,
author="Fedor Baart",
Expand Down

0 comments on commit 12d291d

Please sign in to comment.