momegas commited on
Commit
ac5596d
β€’
1 Parent(s): 6a8232f

🧹 Minor changes

Browse files
setup.py CHANGED
@@ -1,6 +1,6 @@
1
  from setuptools import setup, find_packages
2
 
3
- VERSION = "0.0.6"
4
 
5
  setup(
6
  name="megabots",
@@ -16,7 +16,7 @@ setup(
16
  ],
17
  author="Megaklis Vasilakis",
18
  author_email="megaklis.vasilakis@gmail.com",
19
- description="Create a question answering over docs bot with one line of code.",
20
  long_description=open("README.md").read(),
21
  long_description_content_type="text/markdown",
22
  url="https://github.com/momegas/megabots",
 
1
  from setuptools import setup, find_packages
2
 
3
+ VERSION = "0.0.7"
4
 
5
  setup(
6
  name="megabots",
 
16
  ],
17
  author="Megaklis Vasilakis",
18
  author_email="megaklis.vasilakis@gmail.com",
19
+ description="πŸ€– Megabots provides State-of-the-art, production ready bots made mega-easy, so you don't have to build them from scratch 🀯 Create a bot, now 🫡",
20
  long_description=open("README.md").read(),
21
  long_description_content_type="text/markdown",
22
  url="https://github.com/momegas/megabots",
{megabots/tests β†’ tests}/__init__.py RENAMED
File without changes
{megabots/tests β†’ tests}/test_api.py RENAMED
File without changes
{megabots/tests β†’ tests}/test_bots.py RENAMED
File without changes
{megabots/tests β†’ tests}/test_ui.py RENAMED
File without changes