diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 97387d4..4549120 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.5 +current_version = 0.1.6 commit = True tag = True diff --git a/doc/source/conf.py b/doc/source/conf.py index b9a86e4..be9179e 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -23,7 +23,7 @@ author = "klunkean" # The full version, including alpha/beta/rc tags -release = "0.1.5" +release = "0.1.6" # -- General configuration --------------------------------------------------- diff --git a/pyfurc/__init__.py b/pyfurc/__init__.py index cff1b12..05e2669 100644 --- a/pyfurc/__init__.py +++ b/pyfurc/__init__.py @@ -1,5 +1,5 @@ __author__ = "ak" -__version__ = "0.1.5" +__version__ = "0.1.6" import os, configparser, warnings from pyfurc.tools import ( diff --git a/pyproject.toml b/pyproject.toml index c912cbb..5842922 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyfurc" -version = "0.1.5" +version = "0.1.6" description = "AUTO-07p made accessible through python." authors = ["klunkean "] maintainers = ["klunkean "]