Skip to content

Commit a1754b8

Browse files
authored
Merge pull request #2 from spapa013/main
v0.1.1
2 parents 124d2a3 + 7dd7944 commit a1754b8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
include README.md
22
include LICENSE
3+
include requirements.txt
34
include enty/version.py
45
recursive-include enty *.py

enty/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.1.0'
1+
__version__ = '0.1.1'

0 commit comments

Comments
 (0)