Skip to content

Commit f420c0d

Browse files
committed
try 0.4.1
1 parent 4f5eefb commit f420c0d

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

conda.recipe/stable/meta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
package:
22
name: paramnormal
3-
version: 0.4.0
3+
version: 0.4.1
44

55
source:
66
git_url: https://github.com/phobson/paramnormal.git
7-
git_tag: v0.4.0
7+
git_tag: v0.4.1
88

99
build:
1010
number: 1

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,9 @@
7474
# built documents.
7575
#
7676
# The short X.Y version.
77-
version = "0.4.0"
77+
version = "0.4.1"
7878
# The full version, including alpha/beta/rc tags.
79-
release = "0.4.0"
79+
release = "0.4.1"
8080

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
DESCRIPTION = "paramnormal: Conventionally parameterized probability distributions"
88
LONG_DESCRIPTION = DESCRIPTION
99
NAME = "paramnormal"
10-
VERSION = "v0.4.0"
10+
VERSION = "v0.4.1"
1111
AUTHOR = "Paul Hobson"
1212
AUTHOR_EMAIL = "pmhobson@gmail.com"
1313
URL = "http://phobson.github.io/paramnormal/"

0 commit comments

Comments
 (0)