Skip to content

Commit 59c647d

Browse files
committed
Bump version: 0.2.1 → 0.2.2
1 parent d78cf66 commit 59c647d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.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.2.1
2+
current_version = 0.2.2
33
files = setup.py gribmagic/__init__.py
44
commit = True
55
tag = True

gribmagic/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.2.1"
1+
__version__ = "0.2.2"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
README = open(os.path.join(here, 'README.md')).read()
77

88
setup(name='gribmagic',
9-
version='0.2.1',
9+
version='0.2.2',
1010
description='Download of public GRIB1/GRIB2 and netCDF data from numerical weather prediction models',
1111
long_description=README,
1212
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)