From 9a82feee9e10810c10750d3e4c4ecba58b2749d0 Mon Sep 17 00:00:00 2001 From: morefigs Date: Sun, 27 Jan 2019 14:19:11 +1100 Subject: added Pymba version --- pymba/__init__.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pymba/__init__.py b/pymba/__init__.py index 3325709..b067302 100644 --- a/pymba/__init__.py +++ b/pymba/__init__.py @@ -1 +1,4 @@ from .vimba import Vimba, VimbaException + + +PYMBA_VERSION = 0.2 -- cgit v1.2.3