-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Marius Isken
committed
Jul 1, 2022
1 parent
8d0688c
commit 657fc2a
Showing
3 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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: [email protected] | ||
version: v0.1.0-beta | ||
date-released: 2022-05-25 | ||
version: v0.2.0 | ||
date-released: 2022-07-01 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
|
||
setuptools.setup( | ||
name="lightguide", | ||
version="0.1.0", | ||
version="0.2.0", | ||
author="Marius Paul Isken", | ||
author_email="[email protected]", | ||
description="DAS Tools for Pyrocko", | ||
|