From b5e3afc6b170f5af8a5a34eb442c26007db8293f Mon Sep 17 00:00:00 2001 From: withrocks Date: Thu, 26 Nov 2015 15:59:22 +0100 Subject: [PATCH] Update version to 1.0.0 - Create initial release, use 1.0.0 - Use version 1.0.0 of the core library --- requirements/prod | 2 +- runfolder/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/prod b/requirements/prod index 00143c7..0d22691 100644 --- a/requirements/prod +++ b/requirements/prod @@ -1,4 +1,4 @@ -git+https://github.com/arteria-project/arteria-core.git#egg=arteria-core +git+https://github.com/arteria-project/arteria-core.git@v1.0.0#egg=arteria-core jsonpickle==0.9.2 tornado==4.2.1 PyYAML==3.11 diff --git a/runfolder/__init__.py b/runfolder/__init__.py index 51c96f1..220f7cc 100644 --- a/runfolder/__init__.py +++ b/runfolder/__init__.py @@ -2,4 +2,4 @@ Monitors and manages runfolders from sequencers """ -__version__ = '0.1.0' +__version__ = '1.0.0'