Spaces:
Build error
Build error
freemt
commited on
Commit
•
484d68a
1
Parent(s):
1ca37ad
Update projcet.toml name and version
Browse files- pyproject.toml +1 -1
- radiobee/__init__.py +1 -1
pyproject.toml
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
[tool.poetry]
|
2 |
-
name = "radiobee
|
3 |
version = "0.1.0"
|
4 |
description = ""
|
5 |
authors = ["ffreemt"]
|
|
|
1 |
[tool.poetry]
|
2 |
+
name = "radiobee"
|
3 |
version = "0.1.0"
|
4 |
description = ""
|
5 |
authors = ["ffreemt"]
|
radiobee/__init__.py
CHANGED
@@ -1,2 +1,2 @@
|
|
1 |
"""Init."""
|
2 |
-
__version__ = "0.1.
|
|
|
1 |
"""Init."""
|
2 |
+
__version__ = "0.1.0"
|