Skip to content

Commit ec60745

Browse files
committed
Set version to 1.0.0a1
1 parent 910521c commit ec60745

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

blis/about.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# https://github.com/pypa/warehouse/blob/master/warehouse/__about__.py
66

77
__name__ = "blis"
8-
__version__ = "1.0.0"
8+
__version__ = "1.0.0a1"
99
__summary__ = (
1010
"The Blis BLAS-like linear algebra library, as a self-contained C-extension."
1111
)
@@ -14,4 +14,4 @@
1414
__email__ = "[email protected]"
1515
__license__ = "BSD-3-Clause"
1616
__title__ = "blis"
17-
__release__ = True
17+
__release__ = False

0 commit comments

Comments
 (0)