Skip to content

Commit

Permalink
Update readme and setup.py with new build/url info
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephMontoya-TRI committed Mar 18, 2020
1 parent e56864b commit a7a379b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![Build Status](https://travis-ci.com/TRI-AMDD/beep.svg?branch=master)](https://travis-ci.com/TRI-AMDD/beep)

# Summary

Beep is software designed to support Battery Estimation and Early Prediction
Expand Down
2 changes: 1 addition & 1 deletion beep/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# Versioning. The python code version is frequently tagged
# with a commit hash from the repo, which is supplied via
# an environment variable by the integration build procedure
__version__ = "2020.3.8"
__version__ = "2020.3.18"
VERSION_TAG = os.environ.get("BEEP_VERSION_TAG")
if VERSION_TAG is not None:
__version__ = '-'.join([__version__, VERSION_TAG])
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"""

setup(name="beep",
url="https://github.com/ToyotaResearchInstitute/beep",
version="2020.3.8",
url="https://github.com/TRI-AMDD/beep",
version="2020.3.18",
description=DESCRIPTION,
long_description=LONG_DESCRIPTION,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit a7a379b

Please sign in to comment.