We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7e7f0a commit 603b487Copy full SHA for 603b487
sendfile/__init__.py
@@ -1,4 +1,4 @@
1
-VERSION = (0, 3, 9)
+VERSION = (0, 3, 10)
2
__version__ = '.'.join(map(str, VERSION))
3
4
import os.path
0 commit comments