Skip to content

Commit

Permalink
spacing; change version
Browse files Browse the repository at this point in the history
  • Loading branch information
peterhurford committed Jan 11, 2023
1 parent c3aa9f3 commit 58c23a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
* You can now get the version of squigglepy via `sq.__version__`.
* Fixes a bug where the tqdm was displayed with the incorrect count when collecting cores during a multicore `sample`.


## v0.20

* Fixes how package dependencies are handled in `setup.py` an specifies Python >= 3.7 must be used. This should fix install errors.
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.21.dev0'
__version__ = '0.21'

0 comments on commit 58c23a1

Please sign in to comment.