Skip to content

Commit 115520c

Browse files
author
klunkean
committed
Bump version: 0.1.4 → 0.1.5
1 parent 247b079 commit 115520c

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.bumpversion.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.1.4
2+
current_version = 0.1.5
33
commit = True
44
tag = True
55

@@ -11,4 +11,4 @@ replace = version = "{new_version}"
1111

1212
[bumpversion:file:doc/source/conf.py]
1313
search = release = "{current_version}"
14-
replace = release = "{new_version}"
14+
replace = release = "{new_version}"

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
author = "klunkean"
2424

2525
# The full version, including alpha/beta/rc tags
26-
release = "0.1.4"
26+
release = "0.1.5"
2727

2828

2929
# -- General configuration ---------------------------------------------------

pyfurc/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__author__ = "ak"
2-
__version__ = "0.1.4"
2+
__version__ = "0.1.5"
33
import os, configparser, warnings
44

55
from tools.pyfurc_conf import (

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 = "pyfurc"
3-
version = "0.1.4"
3+
version = "0.1.5"
44
description = "AUTO-07p made accessible through python."
55
authors = ["klunkean <klunkean@posteo.de>"]
66
maintainers = ["klunkean <klunkean@posteo.de>"]

0 commit comments

Comments
 (0)