Skip to content

Commit

Permalink
Bump version to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tckarenchiang committed Sep 15, 2024
1 parent 23ea9fb commit a015036
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This a library written in Python to access the robohat hardware

version v0.5.0
version v0.6.0

Be sure you update config.txt int the Raspberry boot partition.
This is to enable the I2C ports which are needed.
This is to enable the I2C ports which are needed.
2 changes: 1 addition & 1 deletion doc/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
<tr>
<td>ProjectName:</td><td>Robohatlib </td></tr>
<tr>
<td>Version: </td><td>30-08-2023, v0.5.0 </td></tr>
<td>Version: </td><td>30-08-2023, v0.6.0 </td></tr>
<tr>
<td>Contact: </td><td>A. Denker,M. Molenaar, N. Althuisius </td></tr>
<tr>
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 = "poetry.core.masonry.api"

[tool.poetry]
name = "revolve2-robohat"
version = "v0.5.0"
version = "v0.6.0"
description = "Robohatlib"
readme = "README.md"
authors = [
Expand Down
2 changes: 1 addition & 1 deletion robohatlib/mainpage.dox
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<TABLE class="par">
<TR><TD>ProjectID: </TD><TD>2022-2823-01</TD> </TR>
<TR><TD>ProjectName:</TD><TD>Robohatlib</TD> </TR>
<TR><TD>Version: </TD><TD>30-08-2023, v0.5.0</TD> </TR>
<TR><TD>Version: </TD><TD>30-08-2023, v0.6.0</TD> </TR>
<TR><TD>Contact: </TD><TD>A. Denker,M. Molenaar, N. Althuisius</TD> </TR>
<TR><TD>E-mail: </TD><TD>[email protected], [email protected], [email protected]</TD> </TR>
</TABLE>
Expand Down

0 comments on commit a015036

Please sign in to comment.