From 4fc328a360cb40c305e4c9122f31ce3ef7ada112 Mon Sep 17 00:00:00 2001
From: VIGNET Pierre <pierre.vignet@irisa.fr>
Date: Wed, 4 Dec 2019 02:57:29 +0100
Subject: [PATCH] Update libraries and packages versions

---
 command_line/setup.py | 2 +-
 gui/setup.py          | 4 ++--
 library/setup.py      | 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/command_line/setup.py b/command_line/setup.py
index e8b65c9..c75b339 100644
--- a/command_line/setup.py
+++ b/command_line/setup.py
@@ -31,7 +31,7 @@ from setuptools import setup, find_packages
 from setuptools.command.test import test as TestCommand
 from sys import version_info
 
-__PACKAGE_VERSION__ = "0.1.6"
+__PACKAGE_VERSION__ = "1.0.0"
 
 deps = []
 
diff --git a/gui/setup.py b/gui/setup.py
index 24ff299..728cc71 100644
--- a/gui/setup.py
+++ b/gui/setup.py
@@ -32,8 +32,8 @@
 # Standard imports
 from setuptools import setup, find_packages
 
-__PACKAGE_VERSION__ = "0.2.4"
-__LIBRARY_VERSION__ = "0.1.0"
+__PACKAGE_VERSION__ = "0.2.5"
+__LIBRARY_VERSION__ = "0.2.0"
 
 setup(
 
diff --git a/library/setup.py b/library/setup.py
index 888906b..3f61099 100644
--- a/library/setup.py
+++ b/library/setup.py
@@ -35,8 +35,8 @@ from distutils import sysconfig
 from setuptools import setup, Extension, find_packages
 from setuptools.command.test import test as TestCommand
 
-__PACKAGE_VERSION__ = "0.1.9"
-__LIBRARY_VERSION__ = "0.3.0"
+__PACKAGE_VERSION__ = "0.2.0"
+__LIBRARY_VERSION__ = "1.0.0"
 
 ################################################################################
 
-- 
GitLab