Skip to content

Commit 5b9f139

Browse files
committed
Bump Version
1 parent 17132a2 commit 5b9f139

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import os
44
import sys
55

6-
__version__ = "0.0.1a1"
6+
__version__ = "0.0.1a2"
77

88
with open("requirements.txt") as f:
99
require_packages = [line[:-1] for line in f]

0 commit comments

Comments
 (0)