Skip to content

Commit 08b984c

Browse files
committed
Bump version: 0.1.0-dev → 0.1.1-dev
1 parent c76f02c commit 08b984c

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.1.0-dev
2+
current_version = 0.1.1-dev
33
commit = True
44
tag = True
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)-?(?P<release>dev)?
@@ -18,4 +18,3 @@ values =
1818
dev
1919
release
2020
optional_value = release
21-

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.0-dev: Automagic Python Bindings for the Open Graph Drawing Framework
1+
ogdf-python 0.1.1-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.0-dev"
3+
version = "0.1.1-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)