Skip to content

Commit

Permalink
refactor: updated method names of MArrayElement
Browse files Browse the repository at this point in the history
  • Loading branch information
drageelr committed Nov 25, 2022
1 parent b6c612c commit aa8b943
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "manim-data-structures"
version = "0.1.1"
version = "0.1.2"
description = "A Manim implementation for data structures"
authors = ["Hammad Nasir <[email protected]>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion src/manim_data_structures/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.1.1"
__version__ = "0.1.2"

from .array import *

Expand Down

0 comments on commit aa8b943

Please sign in to comment.