Skip to content

Commit bbbdbe4

Browse files
committed
bump to version 2
1 parent 696e871 commit bbbdbe4

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
@@ -85,9 +85,9 @@
8585
# built documents.
8686
#
8787
# The short X.Y version.
88-
version = '0.1.2'
88+
version = '0.2.0'
8989
# The full version, including alpha/beta/rc tags.
90-
release = '0.1.2'
90+
release = '0.2.0'
9191

9292
# The language for content autogenerated by Sphinx. Refer to documentation
9393
# 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.2"
13+
VERSION = "0.2.0"
1414
AUTHOR = "Paul Hobson (Geosyntec Consultants)"
1515
AUTHOR_EMAIL = "[email protected]"
1616
URL = "https://github.com/phobson/mpl-probscale"

0 commit comments

Comments
 (0)