Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7d52cd7

Browse files
committed
Bump version: 0.1.1-dev → 0.1.2-dev
1 parent 716aea1 commit 7d52cd7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.1-dev
2+
current_version = 0.1.2-dev
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
@@ -1,4 +1,4 @@
1-
ogdf-python 0.1.1-dev: Automagic Python Bindings for the Open Graph Drawing Framework
1+
ogdf-python 0.1.2-dev: Automagic Python Bindings for the Open Graph Drawing Framework
22
=====================================================================================
33

44
`Original repository <https://github.com/N-Coder/ogdf-python>`_ (GitHub) -

pyproject.toml

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

0 commit comments

Comments
 (0)