Skip to content

Commit

Permalink
add markdown2 dependency, bump patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
machow authored Mar 9, 2017
1 parent 783e660 commit 8d6c8e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@

setup(
name='sqlwhat',
version='0.1.0',
version='0.1.1',
packages=['sqlwhat'],
install_requires=['antlr-plsql'])
install_requires=['markdown2', 'antlr-plsql'])

0 comments on commit 8d6c8e2

Please sign in to comment.