Skip to content

Commit

Permalink
Version 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nikdoof committed Nov 21, 2021
1 parent f77e21a commit e695967
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"python.linting.flake8Enabled": true
}
2 changes: 1 addition & 1 deletion tildejsongen.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import types
from configparser import ConfigParser

__version__ = '0.2.0' # noqa: WPS410
__version__ = '0.2.1' # noqa: WPS410

CONFIG_LOCATIONS = (
'/etc/tildejsongen.ini',
Expand Down

0 comments on commit e695967

Please sign in to comment.