Skip to content

Commit f6c0df0

Browse files
authored
Merge pull request #37 from phobson/bump-to-v0.2.2
bump to v0.2.2
2 parents 65c554d + 8d7f187 commit f6c0df0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

conda.recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package:
22
name: mpl-probscale
3-
version: 0.2.1dev
3+
version: 0.2.2dev
44

55
source:
66
path: ../

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.2.1'
88+
version = '0.2.2'
8989
# The full version, including alpha/beta/rc tags.
90-
release = '0.2.1'
90+
release = '0.2.2'
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.2.1"
13+
VERSION = "0.2.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)