Skip to content

Commit 476673d

Browse files
committed
Bump version: 0.1.4-dev → 0.1.4
1 parent e7d303a commit 476673d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.1.4-dev
2+
current_version = 0.1.4
33
commit = True
44
tag = True
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)-?(?P<release>dev)?

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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.1.4-dev: Automagic Python Bindings for the Open Graph Drawing Framework |binder|
5+
ogdf-python 0.1.4: 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/>`_

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "ogdf-python"
3-
version = "0.1.4-dev"
3+
version = "0.1.4"
44
description = "Automagic Python Bindings for the Open Graph Drawing Framework written in C++"
55
authors = [
66
{ name = "Simon D. Fink", email = "[email protected]" },

src/ogdf_python/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
else:
5555
_auto_enable()
5656

57-
__version__ = "0.1.4-dev"
57+
__version__ = "0.1.4"
5858
__all__ = ["ogdf", "cppinclude", "cppdef", "cppexec", "nullptr", "__version__", "get_ogdf_info"]
5959
__keep_imports = [cppyy,
6060
ogdf_python.doxygen,

0 commit comments

Comments
 (0)