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 c682120 commit 53f3423Copy full SHA for 53f3423
docs/conf.py
@@ -76,9 +76,9 @@
76
# built documents.
77
#
78
# The short X.Y version.
79
-version = '0.1.1'
+version = '0.1.2'
80
# The full version, including alpha/beta/rc tags.
81
-release = '0.1.1'
+release = '0.1.2'
82
83
# The language for content autogenerated by Sphinx. Refer to documentation
84
# 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.1"
+VERSION = "0.1.2"
14
AUTHOR = "Paul Hobson (Geosyntec Consultants)"
15
AUTHOR_EMAIL = "phobson@geosyntec.com"
16
URL = "https://github.com/phobson/mpl-probscale"
0 commit comments