Skip to content

Commit

Permalink
update readme and version bump to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mjd3 committed May 4, 2021
1 parent b8b3ada commit 7690e40
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
## Berkeley Autolab Core Modules

[![Build Status](https://travis-ci.org/BerkeleyAutomation/autolab_core.svg?branch=master)](https://travis-ci.org/BerkeleyAutomation/autolab_core)
[![Github Actions](https://github.com/BerkeleyAutomation/autolab_core/actions/workflows/release.yml/badge.svg)](https://github.com/BerkeleyAutomation/autolab_core/actions) [![PyPI version](https://badge.fury.io/py/autolab_core.svg)](https://badge.fury.io/py/autolab_core)

This module contains a set of useful utilities for robotic tasks.
View the install guide and API documentation
[here](https://BerkeleyAutomation.github.io/autolab_core).
View the install guide and API documentation [here](https://BerkeleyAutomation.github.io/autolab_core).

NOTE: As of May 3, 2021, this package has dropped support for Python versions 3.5 and lower, as these versions have reached their EOL. If you wish to use older Python versions, please use the 0.x.x series of tags.

NOTE: As of June 18, 2017, this package has been renamed from `core` to `autolab_core` to prevent naming conflicts.
If you wish to use the old version named `core`, please checkout the branch `pre_name_change`.
Expand Down
2 changes: 1 addition & 1 deletion autolab_core/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.14"
__version__ = "1.0.0"
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package>
<name>autolab_core</name>
<version>0.0.14</version>
<version>1.0.0</version>
<description>The autolab_core package</description>

<!-- One maintainer tag required, multiple allowed, one person per tag -->
Expand Down

0 comments on commit 7690e40

Please sign in to comment.