Skip to content

Commit

Permalink
updating setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Wigder committed May 18, 2019
1 parent 845c59d commit 8349f0e
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
@@ -1,12 +1,12 @@
from setuptools import setup

setup(name="fightin_words",
version="1.0.0",
version="1.0.1",
description="Implementation of Monroe et al., 2008.",
url="https://github.com/Wigder/fightin_words",
author="Pedro Wigderowitz/Jack Hessel",
author_email="[email protected]",
python_requires=">=3.6.0",
python_requires=">=3",
license="MIT",
packages=["fightin_words"],
install_requires=[
Expand Down

0 comments on commit 8349f0e

Please sign in to comment.