Skip to content

Commit ad6a00d

Browse files
authored
Merge pull request #13 from zoj613/release-0.1.1
REL: version bump
2 parents 82c2bab + ab42ca7 commit ad6a00d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyhtnorm/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from ._htnorm import HTNGenerator
22

3-
__version__ = '0.1.0'
3+
__version__ = '0.1.1'

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pyhtnorm"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "Fast Simulation of Hyperplane-Truncated Multivatiate Normal Distributions"
55
authors = ["Zolisa Bleki"]
66
license = "BSD-3-Clause"

0 commit comments

Comments
 (0)