Skip to content

Commit cd8184e

Browse files
committed
fixes
1 parent 77b8b83 commit cd8184e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
setup(
33
name = 'twitch_listener', # How you named your package folder (MyLib)
44
packages = ['twitch_listener'], # Chose the same as "name"
5-
version = '1.0.2', # Start with a small number and increase it with every change you make
5+
version = '1.0.3', # Start with a small number and increase it with every change you make
66
license='MIT', # Chose a license from here: https://help.github.com/articles/licensing-a-repository
77
description = 'Tools to scrape Twitch chat data', # Give a short description about your library
88
author = 'Oliver Lloyd', # Type in your name
99
author_email = 'ollielloyd96@outlook.com', # Type in your E-Mail
1010
url = 'https://github.com/lloyd334/twitch-listener', # Provide either the link to your github or to your website
11-
download_url = 'https://github.com/lloyd334/twitch-listener/archive/1.0.2.tar.gz', # I explain this later on
11+
download_url = 'https://github.com/lloyd334/twitch-listener/archive/1.0.3.tar.gz', # I explain this later on
1212
keywords = ['Twitch', 'twitch.tv', 'chatbot', 'chat', 'bot', 'scraper', 'scraping'], # Keywords that define your package best
1313
install_requires=[ # I get to this in a second
1414
'pandas',

0 commit comments

Comments
 (0)