Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
a-abir committed Dec 30, 2019
1 parent 75080cc commit 7d15f1f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions minilib/Drive.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ def __init__(self, left, right, a=0, b=1):
'''
self.left = left
self.right = right
self.a = a
self.b = b
self.a = a
self.b = b

def calculate(self, fwd, rcw, a, b):
'''
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def readme():
return "Minibot"

setup(name='minilib',
version='0.21',
version='0.22',
long_description=readme(),
description='Package for adafruit powered servo bots',
url='http://github.com/atikul99/minibot',
Expand Down

0 comments on commit 7d15f1f

Please sign in to comment.