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

stoty pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/phoenix-queryserver.git


The following commit(s) were added to refs/heads/master by this push:
     new b35a818  Bump phoenixdb version to 1.1.1.dev0 after release
b35a818 is described below

commit b35a818a251afb809cfb0bab107eca99a3703cdb
Author: Istvan Toth <st...@cloudera.com>
AuthorDate: Fri Aug 27 14:46:31 2021 +0200

    Bump phoenixdb version to 1.1.1.dev0 after release
---
 python-phoenixdb/setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/python-phoenixdb/setup.py b/python-phoenixdb/setup.py
index 4cdb682..c47b53a 100644
--- a/python-phoenixdb/setup.py
+++ b/python-phoenixdb/setup.py
@@ -59,7 +59,7 @@ else:
         'Sphinx;python_version>="3.6"',
     ],
 
-version = "1.1.0"
+version = "1.1.1.dev0"
 
 setup(
     name="phoenixdb",

Reply via email to