Spaces:
Build error
Build error
freemt
commited on
Commit
·
2575636
1
Parent(s):
771426e
Update 0.1.1a0
Browse files- pyproject.toml +2 -2
- ubee/__init__.py +1 -1
pyproject.toml
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
[tool.poetry]
|
| 2 |
-
name = "
|
| 3 |
-
version = "0.1.0"
|
| 4 |
description = "WIP"
|
| 5 |
authors = ["ffreemt"]
|
| 6 |
license = "MIT"
|
|
|
|
| 1 |
[tool.poetry]
|
| 2 |
+
name = "ubee"
|
| 3 |
+
version = "0.1.1-alpha.0"
|
| 4 |
description = "WIP"
|
| 5 |
authors = ["ffreemt"]
|
| 6 |
license = "MIT"
|
ubee/__init__.py
CHANGED
|
@@ -1,2 +1,2 @@
|
|
| 1 |
"""Init."""
|
| 2 |
-
__version__ = "0.1.
|
|
|
|
| 1 |
"""Init."""
|
| 2 |
+
__version__ = "0.1.1a0"
|