Skip to content

Commit 33ee268

Browse files
committed
Bump version: 0.3.3 → 0.3.4-dev
1 parent ac31468 commit 33ee268

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
:target: https://mybinder.org/v2/gh/N-Coder/ogdf-python/HEAD?labpath=docs%2Fexamples%2Fsugiyama-simple.ipynb
33
.. |(TM)| unicode:: U+2122
44

5-
ogdf-python 0.3.3: Automagic Python Bindings for the Open Graph Drawing Framework |binder|
5+
ogdf-python 0.3.4-dev: Automagic Python Bindings for the Open Graph Drawing Framework |binder|
66
==============================================================================================
77

88
``ogdf-python`` uses the `black magic <http://www.camillescott.org/2019/04/11/cmake-cppyy/>`_

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "ogdf-python"
3-
version = "0.3.3"
3+
version = "0.3.4-dev"
44
description = "Automagic Python Bindings for the Open Graph Drawing Framework written in C++"
55
authors = [
66
{ name = "Simon D. Fink", email = "[email protected]" },
@@ -52,7 +52,7 @@ build-backend = "hatchling.build"
5252

5353

5454
[tool.bumpversion]
55-
current_version = "0.3.3"
55+
current_version = "0.3.4-dev"
5656
commit = "True"
5757
tag = "True"
5858
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)-?(?P<release>dev)?"

src/ogdf_python/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
ogdf_python.jupyter,
1616
]
1717

18-
__version__ = "0.3.3"
18+
__version__ = "0.3.4-dev"
1919
__all__ = ogdf_python.loader.__all__ + ogdf_python.utils.__all__ + ogdf_python.info.__all__
2020

2121
try:

0 commit comments

Comments
 (0)