Skip to content
This repository has been archived by the owner on Nov 6, 2023. It is now read-only.

Commit

Permalink
Merge pull request #4 from salesforce/versioning-fixes
Browse files Browse the repository at this point in the history
Versioning fixup + setup.py fixups
  • Loading branch information
Stephan Zheng committed Aug 6, 2020
2 parents 4120d94 + 0c4c322 commit 554f2f4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -127,7 +127,7 @@ The code repository is organized into the following components:

## Changelog

Current version: v1.0.0: initial release.
Current version: v1.0: initial release.

For the complete release history, see [CHANGELOG.md](https://www.github.com/salesforce/ai-economist/blob/master/CHANGELOG.md).

Expand Down
6 changes: 3 additions & 3 deletions setup.py
Expand Up @@ -8,10 +8,10 @@

setuptools.setup(
name="ai-economist",
version="1.0.0",
author="Stephan Zheng",
version="1.0",
author="Stephan Zheng, Alex Trott, Sunil Srinivasa",
author_email="stephan.zheng@salesforce.com",
description="Economics+RL Simulator",
description="Foundation: An Economics Simulation Framework",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/salesforce/ai-economist",
Expand Down

0 comments on commit 554f2f4

Please sign in to comment.