Skip to content

Commit

Permalink
Bump version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
tshead committed Sep 23, 2024
1 parent 52b615e commit 6a5b6b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Release Notes
Toyplot 2.0.0 - September 23rd, 2024
------------------------------------

* Added support for Numpy 2 - thanks to @harmssm!
* Added support for Numpy 2 - thanks to @harmsm!
* Removed all animation-related functionality.
* Switched to modern Python packaging tools.
* Added Python 3.11 and 3.12 testing.
Expand Down
2 changes: 1 addition & 1 deletion toyplot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

from toyplot.canvas import Canvas

__version__ = "2.0.0"
__version__ = "2.0.1-dev"

log = logging.getLogger(__name__)
log.setLevel(logging.WARNING)
Expand Down

0 comments on commit 6a5b6b0

Please sign in to comment.