Skip to content

Commit

Permalink
Merge pull request #6 from emibcn/v0-0-9
Browse files Browse the repository at this point in the history
Bump to v0.0.9
  • Loading branch information
emibcn authored May 22, 2021
2 parents a92825e + db93df4 commit 16a5aec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/pywisp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/python3
# -*- coding: utf-8 -*-

from pywisp.pywisp import main
from pywisp_emibcn.pywisp import main

if __name__ == "__main__":
exit(main())
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

from setuptools import setup, find_packages

VERSION = (0, 0, 8)
VERSION = (0, 0, 9)
__version__ = '.'.join(map(str, VERSION))

with open("README.md", "r", encoding="utf-8") as fh:
Expand Down

0 comments on commit 16a5aec

Please sign in to comment.