Skip to content

Commit

Permalink
Do the release 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Jul 14, 2020
1 parent bb2ee31 commit bfd39a9
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import pipfile
from setuptools import find_packages, setup

VERSION = "4.0.0"
VERSION = "4.0.1"
HERE = os.path.abspath(os.path.dirname(__file__))


Expand Down Expand Up @@ -41,9 +41,7 @@ def long_description() -> str:
zip_safe=False,
install_requires=[],
extras_require={
"standard": [
e[0] for e in pipfile.load().data["default"].items() if e[0] != "redis"
],
"standard": [e[0] for e in pipfile.load().data["default"].items() if e[0] != "redis"],
"profiler": ["linesman"],
"broadcast": ["redis"],
},
Expand Down

0 comments on commit bfd39a9

Please sign in to comment.