You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by hu...@apache.org on 2022/11/14 18:08:18 UTC

[plc4x] branch develop updated: feat(plc4py): Update plc4py package version

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

hutcheb pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git


The following commit(s) were added to refs/heads/develop by this push:
     new 5c4db612cb feat(plc4py): Update plc4py package version
5c4db612cb is described below

commit 5c4db612cb5c8961c61639703b7fafb00a6b7b7c
Author: Ben Hutcheson <be...@gmail.com>
AuthorDate: Mon Nov 14 12:07:28 2022 -0600

    feat(plc4py): Update plc4py package version
---
 sandbox/plc4py/setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sandbox/plc4py/setup.py b/sandbox/plc4py/setup.py
index c24e6fcfbb..ddec35e7ea 100644
--- a/sandbox/plc4py/setup.py
+++ b/sandbox/plc4py/setup.py
@@ -21,7 +21,7 @@ from setuptools import setup, find_packages
 
 setup(
     name="plc4py",
-    version="0.10a0",
+    version="0.11a0",
     description="Plc4py The Python Industrial IOT Adapter",
     classifiers=[
         "Development Status :: 3 - Alpha",