Skip to content

Commit 9b17a27

Browse files
committed
REL: Bump version number
1 parent b94c037 commit 9b17a27

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

polyagamma/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
polyagamma as random_polyagamma, polyagamma_pdf, polyagamma_cdf
33
)
44

5-
__version__ = '1.3.2-beta.2'
5+
__version__ = '1.3.2-beta.3'

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "polyagamma"
3-
version = "1.3.2-beta.2"
3+
version = "1.3.2-beta.3"
44
description = "Efficiently generate samples from the Polya-Gamma distribution using a NumPy/SciPy compatible interface."
55
authors = ["Zolisa Bleki"]
66
license = "BSD-3-Clause"

0 commit comments

Comments
 (0)