We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d78cf66 commit 59c647dCopy full SHA for 59c647d
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.2.1
+current_version = 0.2.2
3
files = setup.py gribmagic/__init__.py
4
commit = True
5
tag = True
gribmagic/__init__.py
@@ -1 +1 @@
-__version__ = "0.2.1"
+__version__ = "0.2.2"
setup.py
@@ -6,7 +6,7 @@
6
README = open(os.path.join(here, 'README.md')).read()
7
8
setup(name='gribmagic',
9
- version='0.2.1',
+ version='0.2.2',
10
description='Download of public GRIB1/GRIB2 and netCDF data from numerical weather prediction models',
11
long_description=README,
12
long_description_content_type="text/markdown",
0 commit comments