Skip to content

Commit

Permalink
1.0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
OwenOrcan committed Mar 3, 2024
1 parent 4e750ed commit 134d322
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

setup(
name='YiraBot',
version='1.0.9.1',
version='1.0.9.2',
packages=find_packages(),
install_requires=open('requirements.txt').readlines(),
author='Owen Orcan',
author_email='[email protected]',
url='https://github.com/OwenOrcan/Yirabot-Crawler',
license='MIT License',
license='GNU General Public License (Version 3)',
description="YiraBot: Simplifying Web Scraping for All. A user-friendly tool for developers and enthusiasts, offering command-line ease and Python integration. Ideal for research, SEO, and data collection.",
long_description=open('README.md').read(),
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 134d322

Please sign in to comment.