diff --git a/maubot/__meta__.py b/maubot/__meta__.py index 0f8c453..8d24c06 100644 --- a/maubot/__meta__.py +++ b/maubot/__meta__.py @@ -1 +1 @@ -__version__ = "0.1.0.dev26" +__version__ = "0.1.0.dev27" diff --git a/setup.py b/setup.py index 6b07868..6a17f10 100644 --- a/setup.py +++ b/setup.py @@ -54,7 +54,7 @@ setuptools.setup( mbc=maubot.cli:app """, data_files=[ - (".", ["example-config.yaml"]), + (".", ["example-config.yaml", "alembic.ini"]), ("alembic", ["alembic/env.py"]), ("alembic/versions", glob.glob("alembic/versions/*.py")), ],