diff --git a/docs/source/conf.py b/docs/source/conf.py index 623f66f4e5..63c2169c19 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -7,7 +7,7 @@ copyright = "2021, Sentry Team and Contributors" author = "Sentry Team and Contributors" -release = "23.6.2" +release = "23.7.0.dev0" # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 1099563ad8..ec924b4229 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import find_packages, setup -VERSION = "23.6.2" +VERSION = "23.7.0.dev0" def get_requirements() -> Sequence[str]: