Skip to content

Commit 6a5b6b0

Browse files
committed
Bump version number.
1 parent 52b615e commit 6a5b6b0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/release-notes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Release Notes
1010
Toyplot 2.0.0 - September 23rd, 2024
1111
------------------------------------
1212

13-
* Added support for Numpy 2 - thanks to @harmssm!
13+
* Added support for Numpy 2 - thanks to @harmsm!
1414
* Removed all animation-related functionality.
1515
* Switched to modern Python packaging tools.
1616
* Added Python 3.11 and 3.12 testing.

toyplot/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
from toyplot.canvas import Canvas
1616

17-
__version__ = "2.0.0"
17+
__version__ = "2.0.1-dev"
1818

1919
log = logging.getLogger(__name__)
2020
log.setLevel(logging.WARNING)

0 commit comments

Comments
 (0)