From 12098fb71f1e0b9280912b6c8a758cc1292162e6 Mon Sep 17 00:00:00 2001 From: Alexander Graf <17130992+aandergr@users.noreply.github.com> Date: Fri, 2 Oct 2020 13:34:22 +0000 Subject: [PATCH] Release of Version 1.0.0 --- VERSION | 2 +- discopop_explorer/_version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 8acdd82b7..3eefcb9dd 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.1 +1.0.0 diff --git a/discopop_explorer/_version.py b/discopop_explorer/_version.py index f102a9cad..5becc17c0 100644 --- a/discopop_explorer/_version.py +++ b/discopop_explorer/_version.py @@ -1 +1 @@ -__version__ = "0.0.1" +__version__ = "1.0.0"