From 8f1f10881397627f78c1958c02905eb0522b94cd Mon Sep 17 00:00:00 2001 From: Galoshi Date: Thu, 4 Apr 2024 14:21:47 +0200 Subject: [PATCH] Fixed versionioning of package so it equals the tagged package --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0a3ff56..ad98522 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ def read_requires(): setup( name='o2x5xx', - version='0.5', + version='0.3.0-beta', description='A Python library for ifm O2x5xx (O2D5xx / O2I5xx) devices', author='Michael Gann', author_email='support.efector.object-ident@ifm.com',