Skip to content

Commit

Permalink
v0.2.1 - README Fix (#2)
Browse files Browse the repository at this point in the history
* pytest + formatting

* Fixed CI

* Added AC wrapper

* change warning level if timeout

* Added polygon

* version 0.2.0 push

* correct versioning
  • Loading branch information
xiangzhi authored Jun 4, 2020
1 parent c8c04d8 commit aa5533d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog


## [0.2.1] - 2020-06-04
#### Changed
- Update README

## [0.2.0] - 2020-06-04
#### Added
- A dedicted `CHANGLOG.md` to track the changes of the package.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Copyright (C) 2020 Transportation, Bots, and Disability Lab - Carnegie Mellon University
Licensed under the MIT license

Latest Version: 0.1.0 (02/28/2020)
Latest Version: 0.2.1 (2020-06-04)

This is python library that provide commonly used functions in different areas of robotics. The current library consists of functions for *basic vector math operations on numpy*, *ROS math wrappers*, *Baxter related functions*, *Graph search implementations*, *Basic State Machines*. The library is developed for internal use but we welcome others to use it if they find it useful.

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
long_description = fh.read()

setuptools.setup(name='alloylib',
version='0.1.0',
version='0.2.1',
description='Lab Library for Commonly used Modules/Functions',
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit aa5533d

Please sign in to comment.