Skip to content

Commit

Permalink
Bump version to 1.0rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
AstraLuma authored and nbraud committed Jun 26, 2019
1 parent 036dfb1 commit 8bfb79f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ppb_vector/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

#: ppb_vector's current version.
#: It follows the semantic versioning convention.
__version__ = "1.0b1"
__version__ = "1.0rc1"

# Anything convertable to a Vector, including lists, tuples, and dicts
VectorLike = typing.Union[
Expand Down

0 comments on commit 8bfb79f

Please sign in to comment.