Skip to content

Commit

Permalink
Release v0.6.3 (#387)
Browse files Browse the repository at this point in the history
<!-- Provide a brief description of the PR's purpose here. -->

Part of the release process in CONTRIBUTING.md.

<!-- Notable points that this PR has either accomplished or will
accomplish. -->

- [x] Bump version
- [x] Update history

<!-- Any concerns or points of confusion? -->

- [x] I have read the guidelines in

[CONTRIBUTING.md](https://github.com/icaros-usc/pyribs/blob/master/CONTRIBUTING.md)
- [x] I have formatted my code using `yapf`
- [x] I have tested my code by running `pytest`
- [x] I have linted my code with `pylint`
- [x] I have added a one-line description of my change to the changelog
in
      `HISTORY.md`
- [x] This PR is ready to go
  • Loading branch information
btjanaka committed Sep 25, 2023
1 parent 6cd39e0 commit 3616bad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ribs/__init__.py
Expand Up @@ -2,7 +2,7 @@

__author__ = "ICAROS Lab pyribs Team"
__email__ = "team@pyribs.org"
__version__ = "0.6.2"
__version__ = "0.6.3"

from ribs import archives, emitters, schedulers

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.6.2
current_version = 0.6.3
commit = True
tag = False

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -98,6 +98,6 @@
python_requires=">=3.8.0",
test_suite="tests",
url="https://github.com/icaros-usc/pyribs",
version="0.6.2",
version="0.6.3",
zip_safe=False,
)

0 comments on commit 3616bad

Please sign in to comment.