Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
brmmm3 committed Jul 22, 2019
1 parent ba87a4b commit 4240d41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
BASEDIR = os.path.dirname(__file__)
PKGNAME = 'fastthreadpool'
PKGDIR = PKGNAME if not BASEDIR else os.path.join(BASEDIR, PKGNAME)
PKGVERSION = '1.5.1'
PKGVERSION = '1.5.2'

for filename in os.listdir(PKGDIR):
if filename.endswith(".cpp") or filename.endswith(".c") or filename.endswith(".pyx") or filename.endswith(".html"):
Expand Down

0 comments on commit 4240d41

Please sign in to comment.