From fa65d504d7f053a8a532cf1636bf70c41bedd0c6 Mon Sep 17 00:00:00 2001 From: James Tauber Date: Sat, 19 Oct 2019 01:13:50 -0400 Subject: [PATCH] update version in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 24c40d5..dd88d79 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name="greek-normalisation", - version="0.2", + version="0.2.1", description="Python 3 utilities for validating and normalising Ancient Greek text", url="http://github.com/jtauber/greek-normalisation", author="James Tauber",