Skip to content

Commit bd034cd

Browse files
committed
bumped up version to 0.2. Am I really supposed to do this manually? and how often?
1 parent 381ff41 commit bd034cd

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

‎docs/source/conf.py‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@
6161
# built documents.
6262
#
6363
# The short X.Y version.
64-
version = '0.01'
64+
version = '0.02'
6565
# The full version, including alpha/beta/rc tags.
66-
release = '0.01'
66+
release = '0.02'
6767

6868
# The language for content autogenerated by Sphinx. Refer to documentation
6969
# for a list of supported languages.

‎setup.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
setup(
1919
name = "cmocean",
20-
version = "0.01",
20+
version = "0.02",
2121
author = "Kristen Thyng",
2222
author_email = "kthyng@gmail.com",
2323
description = ("Colormaps for Oceanography"),

0 commit comments

Comments
 (0)