Skip to content

Commit

Permalink
Bump version: 0.3.2-dev → 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
N-Coder committed Jul 18, 2024
1 parent 806e81e commit 0bb44cb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.3.2-dev
current_version = 0.3.2
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)-?(?P<release>dev)?
Expand All @@ -9,8 +9,6 @@ serialize =

[bumpversion:file:pyproject.toml]

# [bumpversion:file:docs/conf.py]

[bumpversion:file:src/ogdf_python/__init__.py]

[bumpversion:file:README.rst]
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.2-dev: Automagic Python Bindings for the Open Graph Drawing Framework |binder|
ogdf-python 0.3.2: 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.2-dev"
version = "0.3.2"
description = "Automagic Python Bindings for the Open Graph Drawing Framework written in C++"
authors = [
{ name = "Simon D. Fink", email = "[email protected]" },
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.2-dev"
__version__ = "0.3.2"
__all__ = ogdf_python.loader.__all__ + ogdf_python.utils.__all__ + ogdf_python.info.__all__

try:
Expand Down

0 comments on commit 0bb44cb

Please sign in to comment.