File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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/ >`_
Original file line number Diff line number Diff line change 11[project ]
22name = " ogdf-python"
3- version = " 0.3.3 "
3+ version = " 0.3.4-dev "
44description = " Automagic Python Bindings for the Open Graph Drawing Framework written in C++"
55authors = [
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 "
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.3 "
18+ __version__ = "0.3.4-dev "
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