Skip to content

Commit 503469e

Browse files
committed
REL: Increase version number to prepare for v1.3.2 release.
1 parent 21c279f commit 503469e

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.3'
5+
__version__ = '1.3.2'

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.3"
3+
version = "1.3.2"
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)