Skip to content

Commit f51705c

Browse files
committed
Starting work on 0.75.41
1 parent aaed340 commit f51705c

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

HISTORY.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ History
55

66
.. to_doc
77
8+
---------------------
9+
0.75.41.dev0
10+
---------------------
11+
12+
813
---------------------
914
0.75.40 (2026-03-05)
1015
---------------------

planemo/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
planemo_metadata = importlib.metadata.metadata("planemo")
44

5-
__version__ = "0.75.40"
5+
__version__ = "0.75.41.dev0"
66

77
PROJECT_NAME = planemo_metadata["Name"]
88
PROJECT_EMAIL = planemo_metadata["Author-email"].split(" ")[-1]

0 commit comments

Comments
 (0)