Skip to content

Commit

Permalink
Bump version to 0.1.6
Browse files Browse the repository at this point in the history
Add reminder to CONTRIBUTING.md to bump version number before releasing to PyPI
  • Loading branch information
chrisyeh96 committed May 29, 2024
1 parent 1856aca commit a824756
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ python -m unittest -v tests/test_evcharging.py
## Building PyPI package
First, increment the version number in pyproject.toml. Then, follow these commands:
```bash
# create a conda environment with appropriate build tools
conda env update --file env_build.yml --prune
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "sustaingym"
version = "0.1.5"
version = "0.1.6"
authors = [
{ name="Christopher Yeh", email="[email protected]" },
]
Expand Down

0 comments on commit a824756

Please sign in to comment.