Skip to content

Commit

Permalink
1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
RadenTheFolf committed Apr 17, 2024
1 parent dcc01ac commit e0274d2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ___
## Installation

`
pip install easy_id
pip install easy-id
`

---
Expand Down
7 changes: 5 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = easy_id
version = 1.0.0
version = 1.0.3
author = RadenTheFolf
author_email = raden@zynosstudios.com
description = An easy to use suite of configurable id generators
Expand All @@ -16,4 +16,7 @@ license_files = LICENSE.txt
packages = find:

[options.packages.find]
include = easy_id
where = .
include =
easy_id.*
easy_id

0 comments on commit e0274d2

Please sign in to comment.