promote develop build to 1.1.0a1

very early alpha, still missing 2 things from the checklist
This commit is contained in:
Lili (Tlapka) 2023-01-10 12:23:59 +01:00
parent 6283a8f948
commit 05f28b71bd
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ from setuptools import find_packages, setup
setup( setup(
name='tlapbot', name='tlapbot',
version='1.0.1', version='1.1.0a1',
packages=find_packages(), packages=find_packages(),
include_package_data=True, include_package_data=True,
install_requires=[ install_requires=[