Skip to content

Commit

Permalink
update version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
robintibor committed Sep 26, 2017
1 parent 6a3f455 commit 3694b49
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,9 @@ def find_source():
# built documents.
#
# The short X.Y version.
version = '0.1.8'
version = '0.1.9'
# The full version, including alpha/beta/rc tags.
release = '0.1.8'
release = '0.1.9'

# 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 @@ -15,7 +15,7 @@
# Versions should comply with PEP440. For a discussion on single-sourcing
# the version across setup.py and the project code, see
# http://packaging.python.org/en/latest/tutorial.html#version
version='0.1.8', # TODO: read from __init__.py?
version='0.1.9', # TODO: read from __init__.py?

description='A deep learning toolbox to decode raw time-domain EEG.',
long_description=long_description,
Expand Down

0 comments on commit 3694b49

Please sign in to comment.