Add missing store module

This commit is contained in:
lash 2022-02-02 20:24:59 +00:00
parent f0ac792c4a
commit f5a8c773e2
Signed by: lash
GPG Key ID: 21D2E7BB88C2A746
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,5 @@
- 0.0.15
* Add missing store module in setup
- 0.0.14
* Add next state advancer
- 0.0.13

View File

@ -1,6 +1,6 @@
[metadata]
name = shep
version = 0.0.14
version = 0.0.15
description = Multi-state key stores using bit masks
author = Louis Holbrook
author_email = dev@holbrook.no
@ -25,3 +25,4 @@ include_package_data = True
python_requires = >= 3.6
packages =
shep
shep.store