Skip to content

Commit ac4f593

Browse files
committed
bump to version 0.2.3
1 parent fecc737 commit ac4f593

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

conda.recipe/meta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
package:
22
name: mpl-probscale
3-
version: 0.2.2dev
3+
version: 0.2.3
44

55
source:
66
path: ../
77

88
build:
99
script: python setup.py install
10-
number: 1
10+
number: 0
1111

1212
requirements:
1313
build:

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