Skip to content

Commit 02604e4

Browse files
committed
Bump version: 0.0.12 → 0.1.0
1 parent 2047c75 commit 02604e4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

oceanspy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
__author__ = """Mattia Almansi"""
22
__email__ = '[email protected]'
3-
__version__ = '0.0.12'
3+
__version__ = '0.1.0'
44

55
from ._oceandataset import OceanDataset # noqa: F401
66
from . import (open_oceandataset, subsample, compute, # noqa: F401

setup.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.0.12
2+
current_version = 0.1.0
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@
4545
test_suite='tests',
4646
tests_require=test_requirements,
4747
url='https://github.com/malmans2/oceanspy',
48-
version='0.0.12',
48+
version='0.1.0',
4949
zip_safe=False,
5050
)

0 commit comments

Comments
 (0)