We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17132a2 commit 5b9f139Copy full SHA for 5b9f139
setup.py
@@ -3,7 +3,7 @@
3
import os
4
import sys
5
6
-__version__ = "0.0.1a1"
+__version__ = "0.0.1a2"
7
8
with open("requirements.txt") as f:
9
require_packages = [line[:-1] for line in f]
0 commit comments