Skip to content

Commit

Permalink
REL: Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
zoj613 committed Dec 21, 2020
1 parent 78e7736 commit 63412ca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: htnorm
Version: 0.1.1
Version: 0.2.0
Title: Fast Simulation of Hyperplane-Truncated Multivariate Normal Distributions
Author: Zolisa Bleki
Maintainer: Zolisa Bleki <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion pyhtnorm/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from ._htnorm import HTNGenerator

__version__ = '0.1.1'
__version__ = '0.2.0'
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pyhtnorm"
version = "0.1.1"
version = "0.2.0"
description = "Fast Simulation of Hyperplane-Truncated Multivatiate Normal Distributions"
authors = ["Zolisa Bleki"]
license = "BSD-3-Clause"
Expand Down

0 comments on commit 63412ca

Please sign in to comment.