Skip to content

Commit

Permalink
v2020.5.9 release
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephMontoya-TRI committed May 9, 2020
1 parent e7b5186 commit f346590
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"""
setup(
name='taburu',
version="2020.4.27",
version="2020.5.9",
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.4.27"
__version__ = "2020.5.9"

0 comments on commit f346590

Please sign in to comment.