Skip to content

Commit 02c43b1

Browse files
committed
fixes: readme src import
1 parent 13302b1 commit 02c43b1

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11

2+
# v0.1.0.2 -- 2022-12-13
3+
4+
## Changed
5+
6+
- readme example was using wrong import
7+
28
# v0.1.0.1 -- 2022-12-13
39

410
## Added

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ python -m pip install configjy
2323

2424
```python
2525

26-
from src.configjy import ConfigFile
26+
from configjy import ConfigFile
2727

2828
# given this file:
2929
"""

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 = "configjy"
3-
version = "0.1.0.1"
3+
version = "0.1.0.2"
44
description = "Loads a json or yaml config file"
55
authors = ["henrique lino <henrique.lino97@gmail.com>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)