Skip to content

Commit

Permalink
dev versioning to start v0.29
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Wildeford committed Aug 20, 2024
1 parent b7691cc commit 5d97c44
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## v0.29

* ???


## v0.28

* **[Breaking change]** `sq.pareto` previously sampled from a Lomax distribution due to a complication with numpy. Now it properly samples from a Pareto distribution.
Expand Down
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 = "squigglepy"
version = "0.28"
version = "0.29-dev1"
description = "Squiggle programming language for intuitive probabilistic estimation features in Python"
authors = ["Peter Wildeford <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion squigglepy/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.28"
__version__ = "0.29-dev1"

0 comments on commit 5d97c44

Please sign in to comment.