Skip to content

Commit

Permalink
prepared for release
Browse files Browse the repository at this point in the history
  • Loading branch information
fracpete committed Mar 16, 2021
1 parent 272fb7a commit d26f052
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changelog
=========

0.0.3 (2021-03-17)
------------------

- switched from using `pip.main` to launching external process via `python -m pip` as it is the
recommended way of calling pip (see https://pip.pypa.io/en/stable/user_guide/#using-pip-from-your-program)


0.0.2 (2020-09-04)
------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def _read(f) -> bytes:
namespace_packages=[
"wai",
],
version="0.0.2",
version="0.0.3",
author='Peter Reutemann',
author_email='fracpete@waikato.ac.nz',
install_requires=[
Expand Down

0 comments on commit d26f052

Please # to comment.