Skip to content

Commit

Permalink
Release OSGAR v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
m3d committed Nov 21, 2018
1 parent 78434a4 commit 7e997e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions doc/sphinx/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@
# built documents.
#
# The short X.Y version.
version = '0.0.1'
version = '0.1'
# The full version, including alpha/beta/rc tags.
release = '0.0.1'
release = '0.1.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="osgar",
version="0.0.1",
version="0.1.0",
install_requires=[
'pyserial',
'msgpack>=0.5.0',
Expand Down

0 comments on commit 7e997e0

Please sign in to comment.