freemt commited on
Commit
2575636
1 Parent(s): 771426e

Update 0.1.1a0

Browse files
Files changed (2) hide show
  1. pyproject.toml +2 -2
  2. ubee/__init__.py +1 -1
pyproject.toml CHANGED
@@ -1,6 +1,6 @@
1
  [tool.poetry]
2
- name = "ultimatumbee"
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.0"
 
1
  """Init."""
2
+ __version__ = "0.1.1a0"