Skip to content

Commit

Permalink
v2.10.1 Fix: requuirements file not found (#701)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaoye authored Nov 7, 2022
1 parent 5f27c46 commit ec83805
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
graft lyrebird
include install_requires.txt
include requirements.txt.lock requirements.dev.txt
recursive-exclude * *.pyc *.pyo *.swo *.swp *.map *.DS_Store
2 changes: 1 addition & 1 deletion lyrebird/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
IVERSION = (2, 10, 0)
IVERSION = (2, 10, 1)
VERSION = ".".join(str(i) for i in IVERSION)
LYREBIRD = "Lyrebird " + VERSION

0 comments on commit ec83805

Please sign in to comment.