From d57cc162910ff04309ceb006eb403491de2e5b75 Mon Sep 17 00:00:00 2001 From: Rik Date: Mon, 9 Sep 2019 22:54:58 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.2.1=20=E2=86=92=200.3.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 0dd7056..409b61b 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.1 +current_version = 0.3.0 commit = True tag = True diff --git a/setup.py b/setup.py index f37b992..e4c5402 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ if __name__ == '__main__': setup( name="pytrips", - version="0.2.1", + version="0.3.0", author="Rik Bose", author_email="rbose@cs.rochester.edu", description="A simple python package for accessing the trips ontology and lexicon",