Skip to content

Commit

Permalink
[SAGE-215] upping version with bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
seanshahkarami committed Jun 18, 2020
1 parent be6ce33 commit 175f089
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name='waggle',
version='0.29.0',
version='0.30.0',
description='Python Waggle Module',
url='https://github.com/waggle-sensor/pywaggle',
install_requires=[
Expand Down
2 changes: 1 addition & 1 deletion waggle/plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Publish a heartbeat message. _May_ be used by node to provide software watchdog.
In our first example, we prepare three synthetic measurements and publish them
to the console to make sure that our code is working.

```python
```txt
import waggle.plugin
import time
Expand Down

0 comments on commit 175f089

Please sign in to comment.