From 7529ebcc72b12799350a5919b854a4d3c4aea0f9 Mon Sep 17 00:00:00 2001 From: Joseph Montoya Date: Thu, 26 Mar 2020 09:04:26 -0700 Subject: [PATCH] update version, changelog --- CHANGES.md | 4 ++++ setup.py | 4 ++-- taburu/__init__.py | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index d604b5b..d185b7d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,7 @@ +v2020.3.26 +---------- +* update reqs + v2020.3.24 ---------- * first version \ No newline at end of file diff --git a/setup.py b/setup.py index 73581cc..12e4f90 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ DESCRIPTION = "a module that supports an event-sourced system of tracking parameterizations of methods." LONG_DESCRIPTION = """ taburu (after テーブル) is a module for using hashed arrays as parameter tables -developed by the +developed by the [Toyota Research Institute's AMDD division](http://www.tri.global/accelerated-materials-design-and-discovery/). It's primary purpose is to use event sourcing and hashed parameter tables @@ -13,7 +13,7 @@ """ setup( name='taburu', - version="2020.3.24-post0", + version="2020.3.26", packages=find_packages(), description=DESCRIPTION, long_description=LONG_DESCRIPTION, diff --git a/taburu/__init__.py b/taburu/__init__.py index 9fefcfa..2013310 100644 --- a/taburu/__init__.py +++ b/taburu/__init__.py @@ -1,2 +1,2 @@ # Copyright (c) 2019 Toyota Research Institute -__version__ = "2020.3.24" \ No newline at end of file +__version__ = "2020.3.26" \ No newline at end of file