We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52b615e commit 6a5b6b0Copy full SHA for 6a5b6b0
docs/release-notes.rst
@@ -10,7 +10,7 @@ Release Notes
10
Toyplot 2.0.0 - September 23rd, 2024
11
------------------------------------
12
13
-* Added support for Numpy 2 - thanks to @harmssm!
+* Added support for Numpy 2 - thanks to @harmsm!
14
* Removed all animation-related functionality.
15
* Switched to modern Python packaging tools.
16
* Added Python 3.11 and 3.12 testing.
toyplot/__init__.py
@@ -14,7 +14,7 @@
from toyplot.canvas import Canvas
17
-__version__ = "2.0.0"
+__version__ = "2.0.1-dev"
18
19
log = logging.getLogger(__name__)
20
log.setLevel(logging.WARNING)
0 commit comments