Skip to content

Commit

Permalink
Bumped to version 0.7.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
jw committed Nov 10, 2019
1 parent d407ee3 commit 26a42d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def run(self):
# If your package is a single module, use this instead of 'packages':
# py_modules=['mypackage'],
entry_points={
'console_scripts': ['stilus=stilus.cli:cli'],
'console_scripts': ['stilus=stilus.cli:stilus'],
},
install_requires=REQUIRED,
extras_require=EXTRAS,
Expand Down
2 changes: 1 addition & 1 deletion stilus/__version__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VERSION = (0, 6, 2)
VERSION = (0, 7, 0)

__version__ = '.'.join(map(str, VERSION))

0 comments on commit 26a42d9

Please sign in to comment.