summaryrefslogtreecommitdiff
path: root/simplejenkinsapi
diff options
context:
space:
mode:
Diffstat (limited to 'simplejenkinsapi')
-rw-r--r--simplejenkinsapi/__init__.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/simplejenkinsapi/__init__.py b/simplejenkinsapi/__init__.py
index 6d18b76..e19a9b6 100644
--- a/simplejenkinsapi/__init__.py
+++ b/simplejenkinsapi/__init__.py
@@ -16,5 +16,8 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
+__version__ = '0.0'
+
+
from jobconfig import JobConfig
from api import Jenkins