Skip to content

Commit

Permalink
Bump version: 0.1.1 → 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
btjanaka committed Jan 29, 2021
1 parent 1e39f62 commit 2b43d70
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
8 changes: 6 additions & 2 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
# History

## 0.2.0 (2021-01-29)

- Alpha release

## 0.1.0 (2020-09-11)

- Test version
- Test release

### 0.1.1 (2021-01-29)

- Alpha release
- Test release

## 0.0.0 (2020-09-11)

Expand Down
2 changes: 1 addition & 1 deletion ribs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__author__ = """ICAROS Lab"""
__email__ = "tjanaka@usc.edu"
__version__ = "0.1.1"
__version__ = "0.2.0"

from ribs import archives, emitters, factory, optimizers

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.1
current_version = 0.2.0
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,6 @@
python_requires=">=3.6,<3.9",
test_suite="tests",
url="https://github.com/icaros-usc/ribs",
version="0.1.1",
version="0.2.0",
zip_safe=False,
)

0 comments on commit 2b43d70

Please sign in to comment.