1 parent 381ff41 commit bd034cdCopy full SHA for bd034cd
2 files changed
docs/source/conf.py
@@ -61,9 +61,9 @@
61
# built documents.
62
#
63
# The short X.Y version.
64
-version = '0.01'
+version = '0.02'
65
# The full version, including alpha/beta/rc tags.
66
-release = '0.01'
+release = '0.02'
67
68
# The language for content autogenerated by Sphinx. Refer to documentation
69
# for a list of supported languages.
setup.py
@@ -17,7 +17,7 @@
17
18
setup(
19
name = "cmocean",
20
- version = "0.01",
+ version = "0.02",
21
author = "Kristen Thyng",
22
author_email = "kthyng@gmail.com",
23
description = ("Colormaps for Oceanography"),
0 commit comments