diff --git a/docs/source/roadmap_changelog.rst b/docs/source/roadmap_changelog.rst index 2da579b4b719..7a804d8c7948 100644 --- a/docs/source/roadmap_changelog.rst +++ b/docs/source/roadmap_changelog.rst @@ -12,6 +12,9 @@ Planned Features * Real-time/streaming and adaption of distributional expectations +v.0.4.5__develop +---------------- + v.0.4.5 ---------------- * Add a new autoinspect API and remove default expectations. diff --git a/great_expectations/version.py b/great_expectations/version.py index 98a433b31058..ccdfeabe0965 100644 --- a/great_expectations/version.py +++ b/great_expectations/version.py @@ -1 +1 @@ -__version__ = "0.4.5" +__version__ = "0.4.5__develop"