From 35212a2d010b0294645418f73cf0141bb45dd92a Mon Sep 17 00:00:00 2001 From: Pedro Wigderowitz Date: Sat, 18 May 2019 17:18:38 +0100 Subject: [PATCH] fixed version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c533314..2f36af4 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup setup(name="fightin_words", - version="1.0.1", + version="1.0.3", description="Implementation of Monroe et al., 2008.", url="https://github.com/Wigder/fightin_words", author="Pedro Wigderowitz/Jack Hessel",