Skip to content

Commit 9b908e6

Browse files
committed
Bump version to v1.0.0
1 parent 2f87d03 commit 9b908e6

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](LICENSE)
66
[![QGIS >= 3.24](https://img.shields.io/badge/QGIS-%3E%3D3.24-green)](https://qgis.org)
7-
[![Latest Release](https://img.shields.io/github/v/release/nicevibesplus/QFlowCrate)](https://github.com/nicevibesplus/QFlowCrate/releases/download/v0.0.10/qflowcrate-v0.0.10.zip)
7+
[![Latest Release](https://img.shields.io/github/v/release/nicevibesplus/QFlowCrate)](https://github.com/nicevibesplus/QFlowCrate/releases/download/v1.0.0/qflowcrate-v1.0.0.zip)
88

99
A QGIS plugin that retrieves the steps of a spatial analysis workflow and bundles everything into a **RO-Crate** – a self-describing, machine-readable package that contains data, metadata, and provenance information. It helps with making QGIS projects reproducible, shareable, and ready for FAIR publishing.
1010
<br clear="right"/>
@@ -63,7 +63,7 @@ QFlowCrate will help you document the **metadata** of your project, prompting to
6363

6464
### 1️⃣ Download the latest release
6565

66-
Go to the **[Releases](https://github.com/nicevibesplus/QFlowCrate/releases)** page and download the ZIP file for the most recent version (Currently [qflowcrate-v0.0.10.zip](https://github.com/nicevibesplus/QFlowCrate/releases/download/v0.0.10/qflowcrate-v0.0.10.zip)).
66+
Go to the **[Releases](https://github.com/nicevibesplus/QFlowCrate/releases)** page and download the ZIP file for the most recent version (Currently [qflowcrate-v1.0.0.zip](https://github.com/nicevibesplus/QFlowCrate/releases/download/v1.0.0/qflowcrate-v1.0.0.zip)).
6767

6868
### 2️⃣ Install the plugin in QGIS
6969

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "qflowcrate"
3-
version = "0.1.0"
3+
version = "1.0.0"
44
description = "QGIS plugin for automated workflow documentation and export to RO-Crate"
55
readme = "README.md"
66
license = { file = "LICENSE" }

qflowcrate/metadata.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
name=QFlowCrate
77
qgisMinimumVersion=3.24
88
description=This plugin allows the documentation and export of map creation workflow. The export file is a RO-Crate zip archive.
9-
version=0.0.10
9+
version=1.0.0
1010
author=Andreas Rademaker
1111
email=andreas.rademaker@uni-muenster.de
1212

0 commit comments

Comments
 (0)