Skip to content

Commit

Permalink
πŸ”– Upgrade version
Browse files Browse the repository at this point in the history
  • Loading branch information
hmiladhia committed Dec 25, 2024
1 parent ce55b33 commit cd5a607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nbmanips/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import nbmanips.exporters as _nb_exporters
from nbmanips.notebook import DBC, IPYNB, ZPLN, Notebook

__version__ = "2.1.1"
__version__ = "2.1.2"
__author__ = "Dhia Hmila"
__all__ = ["DBC", "IPYNB", "ZPLN", "Notebook", "__version__", "__author__"]

Expand Down

0 comments on commit cd5a607

Please sign in to comment.