Skip to content

Commit

Permalink
Fixed version info in setup.py docs/conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
speratus committed Jul 31, 2019
1 parent 1e94f64 commit 230ee52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
author = 'Andrew Luchuk'

# The full version, including alpha/beta/rc tags
release = '0.1.5.5'
release = '0.1.5.6'

master_doc = 'index'
autodoc_mock_imports = ['blinkt']
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

setup(
name='blinkter',
version='0.1.5.5',
version='0.1.5.6',
packages=find_packages(),
install_requires=['blinkt >= 0.1.2'],
author='Andrew Luchuk',
Expand Down

0 comments on commit 230ee52

Please sign in to comment.