You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by jm...@apache.org on 2021/09/21 23:12:27 UTC

[datasketches-cpp] branch master updated: Release process: bumps setup.py version to 3.3.0.dev0

This is an automated email from the ASF dual-hosted git repository.

jmalkin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/datasketches-cpp.git


The following commit(s) were added to refs/heads/master by this push:
     new 941d9c1  Release process: bumps setup.py version to 3.3.0.dev0
941d9c1 is described below

commit 941d9c1c573ec65e987b804bbfc4a7e440aa93db
Author: Jon Malkin <jm...@users.noreply.github.com>
AuthorDate: Tue Sep 21 16:12:11 2021 -0700

    Release process: bumps setup.py version to 3.3.0.dev0
---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index c3ec1a6..5d2fe87 100644
--- a/setup.py
+++ b/setup.py
@@ -81,7 +81,7 @@ class CMakeBuild(build_ext):
 
 setup(
     name='datasketches',
-    version='3.2.0.dev0',
+    version='3.3.0.dev0',
     author='Apache DataSketches Developers',
     author_email='dev@datasketches.apache.org',
     description='A wrapper for the C++ Apache DataSketches library',

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org