Skip to content

Commit d809c36

Browse files
chore(release): 0.1.1 [skip ci]
## [0.1.1](v0.1.0...v0.1.1) (2021-10-28) ### Bug Fixes * **setup.py:** set markdown type long description ([39c5bd3](39c5bd3))
1 parent c52440c commit d809c36

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,8 @@
1+
## [0.1.1](https://github.com/rapyuta-robotics/rapyuta-io-cli/compare/v0.1.0...v0.1.1) (2021-10-28)
2+
3+
4+
### Bug Fixes
5+
6+
* **setup.py:** set markdown type long description ([39c5bd3](https://github.com/rapyuta-robotics/rapyuta-io-cli/commit/39c5bd380875c09db75eb62c3408e149a0e76645))
7+
18
# [0.1.0](https://github.com/rapyuta-robotics/rapyuta-io-cli/compare/v0.0.1...v0.1.0) (2021-10-28)

riocli/bootstrap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16-
__version__ = "0.1.0"
16+
__version__ = "0.1.1"
1717

1818
import click
1919
import rapyuta_io.version

0 commit comments

Comments
 (0)