davemds pushed a commit to branch master. http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=9ba5210a6aa9205f3c3d0f27d853aea848fb443c
commit 9ba5210a6aa9205f3c3d0f27d853aea848fb443c Author: Dave Andreoli <d...@gurumeditation.it> Date: Sun Oct 6 11:29:09 2019 +0200 Open up development phase --- efl/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/efl/__init__.py b/efl/__init__.py index bef81f2..4b17604 100644 --- a/efl/__init__.py +++ b/efl/__init__.py @@ -20,5 +20,5 @@ # pre-release: "1.13.0-beta1" ( 1, 13, 0 ) # release: "1.13.0" ( 1, 13, 0 ) -__version__ = "1.23.0" -__version_info__ = (1, 23, 0) +__version__ = "1.23.99" +__version_info__ = (1, 23, 99) --