diff --git a/CHANGELOG.md b/CHANGELOG.md index dbe52aac9..2273a22cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # CHANGELOG +## 0.10.13dev + ## 0.10.12 (2024-07-12) * [Feature] Remove sqlalchemy upper bound ([#1020](https://github.com/ploomber/jupysql/pull/1020)) diff --git a/src/sql/__init__.py b/src/sql/__init__.py index b6aed0e9c..ab7b92d2f 100644 --- a/src/sql/__init__.py +++ b/src/sql/__init__.py @@ -1,7 +1,7 @@ from sql.magic import load_ipython_extension -__version__ = "0.10.12" +__version__ = "0.10.13dev" __all__ = ["load_ipython_extension"]