Skip to content

Commit 27a2d22

Browse files
authored
Merge pull request #80 from phobson/bump-micro-0.2.5
bump version 0.2.5
2 parents e7bc619 + 54956cf commit 27a2d22

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

conda.recipe/meta.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package:
22
name: mpl-probscale
3-
version: 0.2.4
3+
version: 0.2.5
44

55
source:
66
path: ../

docs/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,9 @@
8686
# built documents.
8787
#
8888
# The short X.Y version.
89-
version = "0.2.4"
89+
version = "0.2.5"
9090
# The full version, including alpha/beta/rc tags.
91-
release = "0.2.4"
91+
release = "0.2.5"
9292

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

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
DESCRIPTION = "mpl-probscale: Probabily scales for matplotlib"
99
LONG_DESCRIPTION = DESCRIPTION
1010
NAME = "probscale"
11-
VERSION = "0.2.4"
11+
VERSION = "0.2.5"
1212
AUTHOR = "Paul Hobson (Geosyntec Consultants)"
1313
AUTHOR_EMAIL = "[email protected]"
1414
URL = "https://github.com/matplotlib/mpl-probscale"

0 commit comments

Comments
 (0)