Skip to content

Commit

Permalink
Bump version: 0.1.4 → 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
klunkean committed Jun 10, 2021
1 parent 247b079 commit 115520c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.4
current_version = 0.1.5
commit = True
tag = True

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

[bumpversion:file:doc/source/conf.py]
search = release = "{current_version}"
replace = release = "{new_version}"
replace = release = "{new_version}"
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
author = "klunkean"

# The full version, including alpha/beta/rc tags
release = "0.1.4"
release = "0.1.5"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion pyfurc/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__author__ = "ak"
__version__ = "0.1.4"
__version__ = "0.1.5"
import os, configparser, warnings

from tools.pyfurc_conf import (
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 = "pyfurc"
version = "0.1.4"
version = "0.1.5"
description = "AUTO-07p made accessible through python."
authors = ["klunkean <klunkean@posteo.de>"]
maintainers = ["klunkean <klunkean@posteo.de>"]
Expand Down

0 comments on commit 115520c

Please sign in to comment.