Skip to content

Commit f0d717d

Browse files
authored
Bump version: 0.4.0-rc0 (#35)
1 parent db8077f commit f0d717d

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.bumpversion.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.bumpversion]
2-
current_version = "0.3.0"
2+
current_version = "0.4.0-rc0"
33
parse = """(?x)
44
(?P<major>0|[1-9]\\d*)\\.
55
(?P<minor>0|[1-9]\\d*)\\.

mdfluence/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = "0.3.0"
1+
__version__ = "0.4.0-rc0"
22
__url__ = "https://github.com/geopanther/mdfluence"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "mdfluence"
3-
version = "0.3.0"
3+
version = "0.4.0-rc0"
44
description = "Convert and upload Markdown documents to Confluence (fork of md2cf by Jack Gaino)"
55
readme = "README.md"
66
license = "MIT"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)