Add missing store module
This commit is contained in:
parent
f0ac792c4a
commit
f5a8c773e2
@ -1,3 +1,5 @@
|
|||||||
|
- 0.0.15
|
||||||
|
* Add missing store module in setup
|
||||||
- 0.0.14
|
- 0.0.14
|
||||||
* Add next state advancer
|
* Add next state advancer
|
||||||
- 0.0.13
|
- 0.0.13
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[metadata]
|
[metadata]
|
||||||
name = shep
|
name = shep
|
||||||
version = 0.0.14
|
version = 0.0.15
|
||||||
description = Multi-state key stores using bit masks
|
description = Multi-state key stores using bit masks
|
||||||
author = Louis Holbrook
|
author = Louis Holbrook
|
||||||
author_email = dev@holbrook.no
|
author_email = dev@holbrook.no
|
||||||
@ -25,3 +25,4 @@ include_package_data = True
|
|||||||
python_requires = >= 3.6
|
python_requires = >= 3.6
|
||||||
packages =
|
packages =
|
||||||
shep
|
shep
|
||||||
|
shep.store
|
||||||
|
Loading…
Reference in New Issue
Block a user