Skip to content

Commit e111460

Browse files
committed
[version] Bump to next major : 1.0.0, breaking change in config._config_path > config.config_path
1 parent e6c8624 commit e111460

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "xdgconfig"
3-
version = "0.4.2"
3+
version = "1.0.0"
44
description = "Easy access to `~/.config`"
55
authors = ["Dogeek <[email protected]>"]
66
license = "MIT"

xdgconfig/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import xdgconfig.mixins as mixins
55

66

7-
__version__ = '0.4.2'
7+
__version__ = '1.0.0'
88

99

1010
if system() == 'Windows':

0 commit comments

Comments
 (0)