ffreemt commited on
Commit
60bfca3
·
1 Parent(s): ef05987

Bump version from 0.1.0-alpha.2 to 0.1.0a3, switched to MODEL_ID5

Browse files
Files changed (2) hide show
  1. pyproject.toml +1 -1
  2. st_mlbee/__init__.py +1 -1
pyproject.toml CHANGED
@@ -1,6 +1,6 @@
1
  [tool.poetry]
2
  name = "st_mlbee"
3
- version = "0.1.0-alpha.2"
4
  description = "st-mlbee, mlbee powered by streamlit"
5
  authors = ["ffreemt"]
6
  license = "MIT"
 
1
  [tool.poetry]
2
  name = "st_mlbee"
3
+ version = "0.1.0a3"
4
  description = "st-mlbee, mlbee powered by streamlit"
5
  authors = ["ffreemt"]
6
  license = "MIT"
st_mlbee/__init__.py CHANGED
@@ -1,5 +1,5 @@
1
  """Init."""
2
- __version__ = "0.1.0a2"
3
  from st_mlbee.st_mlbee import st_mlbee
4
 
5
  __all__ = ("st_mlbee",)
 
1
  """Init."""
2
+ __version__ = "0.1.0a3"
3
  from st_mlbee.st_mlbee import st_mlbee
4
 
5
  __all__ = ("st_mlbee",)