Skip to content

Commit 6404b8d

Browse files
committed
more publishing chicanery
1 parent d52d12c commit 6404b8d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

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.3
3+
version: 0.4.4
44

55
source:
66
git_url: https://github.com/phobson/paramnormal.git
7-
git_tag: v0.4.3
7+
git_tag: v0.4.4
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.3"
77+
version = "0.4.4"
7878
# The full version, including alpha/beta/rc tags.
79-
release = "0.4.3"
79+
release = "0.4.4"
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.3"
10+
VERSION = "v0.4.4"
1111
AUTHOR = "Paul Hobson"
1212
AUTHOR_EMAIL = "pmhobson@gmail.com"
1313
URL = "http://phobson.github.io/paramnormal/"

0 commit comments

Comments
 (0)