Skip to content

Commit

Permalink
Bump version: 0.3.1 → 0.3.2-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
N-Coder committed Nov 15, 2023
1 parent e8a5a14 commit f9e6bcf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.3.1
current_version = 0.3.2-dev
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)-?(?P<release>dev)?
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
:target: https://mybinder.org/v2/gh/N-Coder/ogdf-python/HEAD?labpath=docs%2Fexamples%2Fsugiyama-simple.ipynb
.. |(TM)| unicode:: U+2122

ogdf-python 0.3.1: Automagic Python Bindings for the Open Graph Drawing Framework |binder|
ogdf-python 0.3.2-dev: Automagic Python Bindings for the Open Graph Drawing Framework |binder|
==============================================================================================

``ogdf-python`` uses the `black magic <http://www.camillescott.org/2019/04/11/cmake-cppyy/>`_
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "ogdf-python"
version = "0.3.1"
version = "0.3.2-dev"
description = "Automagic Python Bindings for the Open Graph Drawing Framework written in C++"
authors = [
{ name = "Simon D. Fink", email = "finksim@fim.uni-passau.de" },
Expand Down
2 changes: 1 addition & 1 deletion src/ogdf_python/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
ogdf_python.jupyter,
]

__version__ = "0.3.1"
__version__ = "0.3.2-dev"
__all__ = ogdf_python.loader.__all__ + ogdf_python.utils.__all__ + ogdf_python.info.__all__

try:
Expand Down

0 comments on commit f9e6bcf

Please sign in to comment.