Skip to content

Commit 7c51548

Browse files
committed
Set version in about.py
1 parent 910521c commit 7c51548

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blis/about.py

+1-1
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.1.0a1"
99
__summary__ = (
1010
"The Blis BLAS-like linear algebra library, as a self-contained C-extension."
1111
)

0 commit comments

Comments
 (0)