Skip to content

Commit 7690e40

Browse files
committed
update readme and version bump to 1.0.0
1 parent b8b3ada commit 7690e40

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
## Berkeley Autolab Core Modules
22

3-
[![Build Status](https://travis-ci.org/BerkeleyAutomation/autolab_core.svg?branch=master)](https://travis-ci.org/BerkeleyAutomation/autolab_core)
3+
[![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)
44

55
This module contains a set of useful utilities for robotic tasks.
6-
View the install guide and API documentation
7-
[here](https://BerkeleyAutomation.github.io/autolab_core).
6+
View the install guide and API documentation [here](https://BerkeleyAutomation.github.io/autolab_core).
7+
8+
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.
89

910
NOTE: As of June 18, 2017, this package has been renamed from `core` to `autolab_core` to prevent naming conflicts.
1011
If you wish to use the old version named `core`, please checkout the branch `pre_name_change`.

autolab_core/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.0.14"
1+
__version__ = "1.0.0"

package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package>
33
<name>autolab_core</name>
4-
<version>0.0.14</version>
4+
<version>1.0.0</version>
55
<description>The autolab_core package</description>
66

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

0 commit comments

Comments
 (0)