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 696e871 commit bbbdbe4Copy full SHA for bbbdbe4
docs/conf.py
@@ -85,9 +85,9 @@
85
# built documents.
86
#
87
# The short X.Y version.
88
-version = '0.1.2'
+version = '0.2.0'
89
# The full version, including alpha/beta/rc tags.
90
-release = '0.1.2'
+release = '0.2.0'
91
92
# The language for content autogenerated by Sphinx. Refer to documentation
93
# for a list of supported languages.
setup.py
@@ -10,7 +10,7 @@
10
DESCRIPTION = "mpl-probscale: Probabily scales for matplotlib"
11
LONG_DESCRIPTION = DESCRIPTION
12
NAME = "probscale"
13
-VERSION = "0.1.2"
+VERSION = "0.2.0"
14
AUTHOR = "Paul Hobson (Geosyntec Consultants)"
15
AUTHOR_EMAIL = "[email protected]"
16
URL = "https://github.com/phobson/mpl-probscale"
0 commit comments