Skip to content

Commit 53f3423

Browse files
committed
bump versioon number
1 parent c682120 commit 53f3423

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,9 @@
7676
# built documents.
7777
#
7878
# The short X.Y version.
79-
version = '0.1.1'
79+
version = '0.1.2'
8080
# The full version, including alpha/beta/rc tags.
81-
release = '0.1.1'
81+
release = '0.1.2'
8282

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
DESCRIPTION = "mpl-probscale: Probabily scales for matplotlib"
1111
LONG_DESCRIPTION = DESCRIPTION
1212
NAME = "probscale"
13-
VERSION = "0.1.1"
13+
VERSION = "0.1.2"
1414
AUTHOR = "Paul Hobson (Geosyntec Consultants)"
1515
AUTHOR_EMAIL = "phobson@geosyntec.com"
1616
URL = "https://github.com/phobson/mpl-probscale"

0 commit comments

Comments
 (0)