Skip to content

Commit

Permalink
Debump versions so that the releaser can make 0.1.0 (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinRenou authored Mar 2, 2023
1 parent 9cde266 commit 5c82a5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@voila-dashboards/voici-root",
"version": "0.1.0",
"version": "0.0.1",
"private": true,
"homepage": "https://github.com/voila-dashboards/voici",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion voici/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from collections import namedtuple

# Use "hatch version xx.yy.zz" to handle version changes
__version__ = "0.1.0a0"
__version__ = "0.0.1a0"

# PEP440 version parser
_version_regex = re.compile(
Expand Down

0 comments on commit 5c82a5e

Please sign in to comment.