diff --git a/changelog.d/20241029_165054_abdul.muqadim_sumac.md b/changelog.d/20241029_165054_abdul.muqadim_sumac.md new file mode 100644 index 0000000..d14f9d9 --- /dev/null +++ b/changelog.d/20241029_165054_abdul.muqadim_sumac.md @@ -0,0 +1 @@ +- 💥[Feature] Upgrade to Sumac (by @Abdul-Muqadim-Arbisoft) \ No newline at end of file diff --git a/setup.py b/setup.py index 8c3f307..0c7f520 100644 --- a/setup.py +++ b/setup.py @@ -42,8 +42,8 @@ def load_about(): packages=find_packages(exclude=["tests*"]), include_package_data=True, python_requires=">=3.9", - install_requires=["tutor>=18.0.0,<19.0.0", "tutor-mfe>=18.0.0,<19.0.0"], - extras_require={"dev": "tutor[dev]>=18.0.0,<19.0.0"}, + install_requires=["tutor>=19.0.0,<20.0.0", "tutor-mfe>=19.0.0,<20.0.0"], + extras_require={"dev": "tutor[dev]>=19.0.0,<20.0.0"}, entry_points={ "tutor.plugin.v1": [ "jupyter = tutorjupyter.plugin" diff --git a/tutorjupyter/__about__.py b/tutorjupyter/__about__.py index c84c510..0122a6f 100644 --- a/tutorjupyter/__about__.py +++ b/tutorjupyter/__about__.py @@ -1 +1 @@ -__version__ = "18.1.0" +__version__ = "19.0.0"