Skip to content

Commit aa8b943

Browse files
committed
refactor: updated method names of MArrayElement
1 parent b6c612c commit aa8b943

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "manim-data-structures"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
description = "A Manim implementation for data structures"
55
authors = ["Hammad Nasir <[email protected]>"]
66
readme = "README.md"

src/manim_data_structures/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.1.1"
1+
__version__ = "0.1.2"
22

33
from .array import *
44

0 commit comments

Comments
 (0)