Skip to content

Commit

Permalink
Version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nikdoof committed Apr 1, 2024
1 parent 09b52cd commit 0225003
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 = "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 <andy@tensixtyone.com>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion tildejsongen.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 0225003

Please sign in to comment.