diff --git a/package.json b/package.json index 0b73d851b..f4c49b39d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "redash-client", - "version": "25.10.0-dev", + "version": "25.11.0-dev", "description": "The frontend part of Redash.", "main": "index.js", "scripts": { diff --git a/pyproject.toml b/pyproject.toml index dcd8c36e2..ff3f02c2b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "redash" -version = "25.10.0-dev" +version = "25.11.0-dev" requires-python = ">=3.8" description = "Make Your Company Data Driven. Connect to any data source, easily visualize, dashboard and share your data." authors = [ diff --git a/redash/__init__.py b/redash/__init__.py index a308f2928..abe482b1c 100644 --- a/redash/__init__.py +++ b/redash/__init__.py @@ -14,7 +14,7 @@ from redash.app import create_app # noqa from redash.destinations import import_destinations from redash.query_runner import import_query_runners -__version__ = "25.10.0-dev" +__version__ = "25.11.0-dev" if os.environ.get("REMOTE_DEBUG"):