Skip to content

Commit

Permalink
Fixed version number in setup.py (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro authored Dec 20, 2022
1 parent 4de30eb commit 0a98d2d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.4.1] - 2022-12-20

### Fixed

- Fixed version number in setup.py (https://github.com/robotology/simmechanics-to-urdf/pull/54).

## [0.4.0] - 2022-12-20

### Add
- Add the possibility to assign the colors in the yaml file when the urdf model is generated (https://github.com/robotology/simmechanics-to-urdf/pull/51)

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@


setup(name='simmechanics_to_urdf',
version='0.3.0',
version='0.4.1',
description='Converts SimMechanics XML to URDF',
author='Silvio Traversaro, David V. Lu',
author_email='pegua1@gmail.com',
url='https://github.com/robotology-playground/simmechanics-to-urdf',
url='https://github.com/robotology/simmechanics-to-urdf',
packages=['simmechanics_to_urdf'],
licence='BSD',
classifiers=[
Expand Down

0 comments on commit 0a98d2d

Please sign in to comment.