We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6c8624 commit e111460Copy full SHA for e111460
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "xdgconfig"
3
-version = "0.4.2"
+version = "1.0.0"
4
description = "Easy access to `~/.config`"
5
authors = ["Dogeek <[email protected]>"]
6
license = "MIT"
xdgconfig/__init__.py
@@ -4,7 +4,7 @@
import xdgconfig.mixins as mixins
7
-__version__ = '0.4.2'
+__version__ = '1.0.0'
8
9
10
if system() == 'Windows':
0 commit comments