File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # ogdf-python 0.3.5-dev : Automagic Python Bindings for the Open Graph Drawing Framework
1+ # ogdf-python 0.3.5: 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/ )
44of the awesome [ cppyy] ( https://bitbucket.org/wlav/cppyy/src/master/ ) library to automagically generate python bindings
Original file line number Diff line number Diff line change 11[project ]
22name = " ogdf-python"
3- version = " 0.3.5-dev "
3+ version = " 0.3.5"
44description = " Automagic Python Bindings for the Open Graph Drawing Framework written in C++"
55authors = [
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-dev "
55+ current_version = " 0.3.5"
5656commit = " True"
5757tag = " True"
5858parse = " (?P<major>\\ d+)\\ .(?P<minor>\\ d+)\\ .(?P<patch>\\ d+)-?(?P<release>dev)?"
Original file line number Diff line number Diff line change 1515 ogdf_python .jupyter ,
1616]
1717
18- __version__ = "0.3.5-dev "
18+ __version__ = "0.3.5"
1919__all__ = ogdf_python .loader .__all__ + ogdf_python .utils .__all__ + ogdf_python .info .__all__
2020
2121try :
You can’t perform that action at this time.
0 commit comments