Skip to content

Commit

Permalink
update version, changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephMontoya-TRI committed Mar 26, 2020
1 parent 017d2e6 commit 7529ebc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
v2020.3.26
----------
* update reqs

v2020.3.24
----------
* first version
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
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
to ensure that prior methods can be accounted for when doing new experiments.
"""
setup(
name='taburu',
version="2020.3.24-post0",
version="2020.3.26",
packages=find_packages(),
description=DESCRIPTION,
long_description=LONG_DESCRIPTION,
Expand Down
2 changes: 1 addition & 1 deletion taburu/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Copyright (c) 2019 Toyota Research Institute
__version__ = "2020.3.24"
__version__ = "2020.3.26"

0 comments on commit 7529ebc

Please sign in to comment.