We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91797fe commit ed64d7aCopy full SHA for ed64d7a
HISTORY.rst
@@ -5,6 +5,10 @@ History
5
6
.. to_doc
7
8
+---------------------
9
+0.75.29.dev0
10
11
+
12
---------------------
13
0.75.28 (2025-03-27)
14
planemo/__init__.py
@@ -2,7 +2,7 @@
2
3
planemo_metadata = importlib.metadata.metadata("planemo")
4
-__version__ = "0.75.28"
+__version__ = "0.75.29.dev0"
PROJECT_NAME = planemo_metadata["Name"]
PROJECT_EMAIL = planemo_metadata["Author-email"].split(" ")[-1]
0 commit comments