Skip to content

Commit 657fc2a

Browse files
author
Marius Isken
committed
bumping to 0.2.0
1 parent 8d0688c commit 657fc2a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CITATION.cff

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cff-version: 0.1.0
1+
cff-version: 0.2.0
22
title: Lightguide
33
message: "If you use this software, please cite it as below."
44
authors:
@@ -21,5 +21,5 @@ authors:
2121
family-names: Dahm
2222
affiliation: GFZ German Research Centre for Geosciences
2323
24-
version: v0.1.0-beta
25-
date-released: 2022-05-25
24+
version: v0.2.0
25+
date-released: 2022-07-01

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lightguide"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
edition = "2021"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setuptools.setup(
88
name="lightguide",
9-
version="0.1.0",
9+
version="0.2.0",
1010
author="Marius Paul Isken",
1111
author_email="[email protected]",
1212
description="DAS Tools for Pyrocko",

0 commit comments

Comments
 (0)