Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
software
pypuck
Commits
e1911be2
Commit
e1911be2
authored
Dec 19, 2017
by
Chris Woodall
Browse files
Bump version: 0.2.2 → 0.2.3
parent
6ee716c6
Pipeline
#4430
passed with stages
in 20 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
pypuck/__init__.py
View file @
e1911be2
...
...
@@ -4,7 +4,7 @@
__author__
=
"""Christopher Woodall"""
__email__
=
'cw@barrett.com'
__version__
=
'0.2.
2
'
__version__
=
'0.2.
3
'
from
pypuck
import
*
from
controls
import
*
\ No newline at end of file
setup.cfg
View file @
e1911be2
[bumpversion]
current_version = 0.2.
2
current_version = 0.2.
3
commit = True
tag = True
...
...
setup.py
View file @
e1911be2
...
...
@@ -32,7 +32,7 @@ dependency_links=[
setup
(
name
=
'pypuck'
,
version
=
'0.2.
2
'
,
version
=
'0.2.
3
'
,
description
=
"Python library for the P3 motorcontroller"
,
long_description
=
readme
+
'
\n\n
'
+
history
,
author
=
"Christopher Woodall"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment