Skip to content

Commit

Permalink
Bump version to 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tckarenchiang committed Oct 7, 2024
1 parent eb27e06 commit 99022c4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion 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.6.1
version v0.6.2

Install latest Pi OS (https://www.raspberrypi.com/software/) (at this moment bookwork, based on Debian 12)

Expand Down
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.6.1 </td></tr>
<td>Version: </td><td>30-08-2023, v0.6.2 </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.6.1"
version = "v0.6.2"
description = "Robohatlib"
readme = "README.md"
authors = [
Expand Down
2 changes: 1 addition & 1 deletion robohatlib/RobohatConstants.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
do not alter
"""

ROBOHAT_LIB_VERSION_STR = "0.6.1" # version nr of library
ROBOHAT_LIB_VERSION_STR = "0.6.2" # version nr of library
ROBOHAT_BUILD_DATE_STR = "29-sep-2024" # build date of library YYMMDD


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.6.1</TD> </TR>
<TR><TD>Version: </TD><TD>30-08-2023, v0.6.2</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 99022c4

Please sign in to comment.