Skip to content

Commit

Permalink
Update version for first beta release
Browse files Browse the repository at this point in the history
  • Loading branch information
hmpf committed Jul 5, 2024
1 parent 906f0c6 commit 428aef4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies = [
"flask_assets",
"flask-login",
"jinja2",
"zinolib>=1.3.0",
"zinolib>=1.3.3",
"werkzeug<3", # needed by flask-login
"pydantic",
]
Expand Down
2 changes: 1 addition & 1 deletion src/howitz/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.1-a3'
__version__ = '0.1-b1'


from logging.config import dictConfig
Expand Down

0 comments on commit 428aef4

Please sign in to comment.