We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a880293 commit d5effe9Copy full SHA for d5effe9
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "manim-data-structures"
3
-version = "0.1.2"
+version = "0.1.3"
4
description = "A Manim implementation for data structures"
5
authors = ["Hammad Nasir <[email protected]>"]
6
readme = "README.md"
src/manim_data_structures/__init__.py
@@ -1,4 +1,4 @@
-__version__ = "0.1.2"
+__version__ = "0.1.3"
from .array import *
0 commit comments