Skip to content

Commit

Permalink
Bump version: 0.10.1 → 0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
castelao committed Mar 5, 2017
1 parent 7b595e5 commit 640eaed
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version='0.10.1'
version='0.10.2'
2 changes: 1 addition & 1 deletion seabird/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__author__ = 'Guilherme Castelao'
__email__ = 'guilherme@castelao.net'
__version__ = '0.10.1'
__version__ = '0.10.2'

from .cnv import CNV, fCNV

Expand Down
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.10.1
current_version = 0.10.2
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 @@ -24,7 +24,7 @@

setup(
name='seabird',
version='0.10.1',
version='0.10.2',
description="Parser for Sea-Bird's CTD and TSG.",
long_description=readme + '\n\n' + history,
author='Guilherme Castelao , Luiz Irber',
Expand Down

0 comments on commit 640eaed

Please sign in to comment.