We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7094239 commit 21359c7Copy full SHA for 21359c7
docs/conf.py
@@ -16,7 +16,7 @@
16
project = "marine-omics"
17
copyright = "2025, David Palecek"
18
author = "David Palecek"
19
-release = "0.1.15"
+release = "0.1.16"
20
21
# -- General configuration ---------------------------------------------------
22
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "marine-omics"
3
-version = "0.1.15"
+version = "0.1.16"
4
license = { file = "LICENSE.txt" }
5
description = "Utilities for metagoflow and marine omics demos"
6
readme = "README.md"
0 commit comments