Skip to content

Commit

Permalink
fix: updated __version__ to 0.1.6 (#7)
Browse files Browse the repository at this point in the history
* BREAKING CHANGE: MArrayElement & MArray & MVariable play animations by themselves + MArrayPointer added (#5)

* perf: MArrayElement automatically plays animations on update calls

* perf: MArray can now play animations + refactored functions to improve readability

* perf: MVaraible can now play animations

* fix: deepcopy implemented for MArrayElement & MArray + MArray label for even elements resolved

* docs: updated docs according to recent changes

* feat: MArrayPointer added

* fix: MArrayPointer spawn & shift error resolved

* docs: added docs for MArrayPointer & Example Gallery

* docs: updated changelog for release 0.1.6

* refactor: updated __version__ of package
  • Loading branch information
drageelr authored Dec 26, 2022
1 parent 421b18c commit 3f76c0d
Showing 1 changed file with 1 addition and 1 deletion.
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.5"
__version__ = "0.1.6"

from .m_array import *
from .m_enum import *
Expand Down

0 comments on commit 3f76c0d

Please sign in to comment.