Skip to content

Commit

Permalink
Set version to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
treiher committed Oct 16, 2021
1 parent 28d0cce commit 7ac95e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion valens/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

from flask import Flask

__version__ = "0.1.0-pre"
__version__ = "0.1.0"

app = Flask(__name__)

Expand Down

0 comments on commit 7ac95e7

Please sign in to comment.