From 657fc2af513b6d9ef582d05c8af9679e4a56a56a Mon Sep 17 00:00:00 2001 From: Marius Isken Date: Fri, 1 Jul 2022 17:52:56 +0200 Subject: [PATCH] bumping to 0.2.0 --- CITATION.cff | 6 +++--- Cargo.toml | 2 +- setup.py | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index a03bcd3..640bf3b 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -1,4 +1,4 @@ -cff-version: 0.1.0 +cff-version: 0.2.0 title: Lightguide message: "If you use this software, please cite it as below." authors: @@ -21,5 +21,5 @@ authors: family-names: Dahm affiliation: GFZ German Research Centre for Geosciences email: dahm@gfz-potsdam.de -version: v0.1.0-beta -date-released: 2022-05-25 +version: v0.2.0 +date-released: 2022-07-01 diff --git a/Cargo.toml b/Cargo.toml index c96804d..d78be50 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lightguide" -version = "0.1.0" +version = "0.2.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/setup.py b/setup.py index 97d671a..03918e3 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setuptools.setup( name="lightguide", - version="0.1.0", + version="0.2.0", author="Marius Paul Isken", author_email="mi@gfz-potsdam.de", description="DAS Tools for Pyrocko",