We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 397817d commit 59ecbe4Copy full SHA for 59ecbe4
2 files changed
docs/conf.py
@@ -9,7 +9,7 @@
9
project = "gimie"
10
copyright = "2023, SDSC-ORD"
11
author = "SDSC-ORD"
12
-release = "0.3.0"
+release = "0.5.0"
13
14
# -- General configuration ---------------------------------------------------
15
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
pyproject.toml
@@ -2,7 +2,7 @@
2
3
[tool.poetry]
4
name = "gimie"
5
-version = "0.4.0"
+version = "0.5.0"
6
description = "Extract structured metadata from git repositories."
7
authors = ["Swiss Data Science Center <[email protected]>"]
8
license = "Apache-2.0"
0 commit comments