Skip to content

Commit

Permalink
Updated version to 0.4.0 and added a list of files containing the ver…
Browse files Browse the repository at this point in the history
…sion number to the developer readme.
  • Loading branch information
ThomasSchellenbergNextCentury committed Mar 24, 2021
1 parent 1050fec commit 410ada2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion machine_common_sense/DEV.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,4 +206,15 @@ Be sure that PEP-8 formatting is correct or is easily fixable.
(venv) $ flake8
```

After iterating with the contributor, if you feel the PR is reasonably close, feel free to approve the PR, merge, and fix any lingering issues.
After iterating with the contributor, if you feel the PR is reasonably close, feel free to approve the PR, merge, and fix any lingering issues.

## Releases

Update the version number in the following files:

- [CPU_Container.dockerfile](../CPU_Container.dockerfile)
- [Dockerfile](../Dockerfile)
- [README.md](../README.md)
- [requirements.txt](../requirements.txt)
- [setup.py](../setup.py)
- [machine_common_sense/_version.py](../machine_common_sense/_version.py)
2 changes: 1 addition & 1 deletion machine_common_sense/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.3.8'
__version__ = '0.4.0'

0 comments on commit 410ada2

Please sign in to comment.