diff --git a/python/version.py b/python/version.py index e50a5865..e5d9e666 100644 --- a/python/version.py +++ b/python/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -VERSION = '2.1.0-SNAPSHOT' +VERSION = '2.0.2-SNAPSHOT' diff --git a/stable-version.txt b/stable-version.txt index e9307ca5..38f77a65 100644 --- a/stable-version.txt +++ b/stable-version.txt @@ -1 +1 @@ -2.0.2 +2.0.1 diff --git a/version.sbt b/version.sbt index 75bf8c98..ad8b7030 100644 --- a/version.sbt +++ b/version.sbt @@ -1 +1 @@ -ThisBuild / version := "2.1.0-SNAPSHOT" +ThisBuild / version := "2.0.2-SNAPSHOT"