Skip to content

Commit c9dc027

Browse files
committed
Bump version: 0.3.5 → 0.3.6-dev
1 parent 35fe981 commit c9dc027

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# ogdf-python 0.3.5: Automagic Python Bindings for the Open Graph Drawing Framework
1+
# ogdf-python 0.3.6-dev: Automagic Python Bindings for the Open Graph Drawing Framework
22

33
`ogdf-python` uses the [black magic](http://www.camillescott.org/2019/04/11/cmake-cppyy/)
44
of the awesome [cppyy](https://bitbucket.org/wlav/cppyy/src/master/) library to automagically generate python bindings

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.5"
3+
version = "0.3.6-dev"
44
description = "Automagic Python Bindings for the Open Graph Drawing Framework written in C++"
55
authors = [
66
{ name = "Simon D. Fink", email = "finksim@fim.uni-passau.de" },
@@ -52,7 +52,7 @@ build-backend = "hatchling.build"
5252

5353

5454
[tool.bumpversion]
55-
current_version = "0.3.5"
55+
current_version = "0.3.6-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.5"
18+
__version__ = "0.3.6-dev"
1919
__all__ = ogdf_python.loader.__all__ + ogdf_python.utils.__all__ + ogdf_python.info.__all__
2020

2121
try:

0 commit comments

Comments
 (0)