Skip to content

Commit

Permalink
Set version to 1.0.0a1
Browse files Browse the repository at this point in the history
  • Loading branch information
honnibal committed Jul 22, 2024
1 parent 910521c commit ec60745
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions blis/about.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# https://github.com/pypa/warehouse/blob/master/warehouse/__about__.py

__name__ = "blis"
__version__ = "1.0.0"
__version__ = "1.0.0a1"
__summary__ = (
"The Blis BLAS-like linear algebra library, as a self-contained C-extension."
)
Expand All @@ -14,4 +14,4 @@
__email__ = "[email protected]"
__license__ = "BSD-3-Clause"
__title__ = "blis"
__release__ = True
__release__ = False

0 comments on commit ec60745

Please sign in to comment.