diff --git a/pyproject.toml b/pyproject.toml index 3fa30b3..96e80fa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tildejsongen" -version = "0.2.3" +version = "0.3.0" description = "A simple Python script to generate a `tilde.json` file for Tilde-style servers" authors = ["Andrew Williams "] license = "MIT" diff --git a/tildejsongen.py b/tildejsongen.py index e790f56..a300f11 100755 --- a/tildejsongen.py +++ b/tildejsongen.py @@ -15,7 +15,7 @@ import types from configparser import ConfigParser -__version__ = '0.2.3' # noqa: WPS410 +__version__ = '0.3.0' # noqa: WPS410 CONFIG_LOCATIONS = ( '/etc/tildejsongen.ini',