File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.1.1 -dev
2
+ current_version = 0.1.2 -dev
3
3
commit = True
4
4
tag = True
5
5
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)-?(?P<release>dev)?
Original file line number Diff line number Diff line change 1
- ogdf-python 0.1.1 -dev: Automagic Python Bindings for the Open Graph Drawing Framework
1
+ ogdf-python 0.1.2 -dev: Automagic Python Bindings for the Open Graph Drawing Framework
2
2
=====================================================================================
3
3
4
4
`Original repository <https://github.com/N-Coder/ogdf-python >`_ (GitHub) -
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " ogdf-python"
3
- version = " 0.1.1 -dev"
3
+ version = " 0.1.2 -dev"
4
4
description = " Automagic Python Bindings for the Open Graph Drawing Framework written in C++"
5
5
authors = [
" Simon D. Fink <[email protected] >" ]
6
6
license = " Apache-2.0"
You can’t perform that action at this time.
0 commit comments