Skip to content

Commit

Permalink
Bump version: 0.1.2-dev → 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
N-Coder committed Feb 3, 2022
1 parent 27c0d0f commit 57ea111
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.1.2-dev
current_version = 0.1.3
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
@@ -1,4 +1,4 @@
ogdf-python 0.1.2-dev: Automagic Python Bindings for the Open Graph Drawing Framework
ogdf-python 0.1.3: Automagic Python Bindings for the Open Graph Drawing Framework
=====================================================================================

`Original repository <https://github.com/N-Coder/ogdf-python>`_ (GitHub) -
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ogdf-python"
version = "0.1.2-dev"
version = "0.1.3"
description = "Automagic Python Bindings for the Open Graph Drawing Framework written in C++"
authors = ["Simon D. Fink <finksim@fim.uni-passau.de>"]
license = "Apache-2.0"
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 @@ -38,7 +38,7 @@
import ogdf_python.jupyter
from cppyy.gbl import ogdf

__version__ = "0.1.2-dev"
__version__ = "0.1.3"
__all__ = ["ogdf", "cppinclude", "cppdef", "cppexec", "nullptr", "__version__"]
__keep_imports = [cppyy,
ogdf_python.doxygen,
Expand Down

0 comments on commit 57ea111

Please sign in to comment.