We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6c612c commit aa8b943Copy full SHA for aa8b943
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "manim-data-structures"
3
-version = "0.1.1"
+version = "0.1.2"
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.1"
+__version__ = "0.1.2"
from .array import *
0 commit comments