freemt commited on
Commit
484d68a
1 Parent(s): 1ca37ad

Update projcet.toml name and version

Browse files
Files changed (2) hide show
  1. pyproject.toml +1 -1
  2. radiobee/__init__.py +1 -1
pyproject.toml CHANGED
@@ -1,5 +1,5 @@
1
  [tool.poetry]
2
- name = "radiobee-aligner"
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.0b"
 
1
  """Init."""
2
+ __version__ = "0.1.0"