Mercurial > code > home > repos > homeauto
changeset 530:f09fc1a18b66
release 0.3.0
Ignore-this: 6a15882d78dfb10b867626b380ceeb23
author | drewp@bigasterisk.com |
---|---|
date | Tue, 23 Apr 2019 02:18:07 -0700 |
parents | af9a29a63a28 |
children | f372e9d358d2 |
files | lib/standardservice/setup.py |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lib/standardservice/setup.py Tue Apr 23 02:17:35 2019 -0700 +++ b/lib/standardservice/setup.py Tue Apr 23 02:18:07 2019 -0700 @@ -2,11 +2,11 @@ setup( name='standardservice', - version='0.2.0', + version='0.3.0', packages=['standardservice'], package_dir={'standardservice': ''}, requires=[], - url='https://projects.bigasterisk.com/standardservice/standardservice-0.2.0.tar.gz', + url='https://projects.bigasterisk.com/standardservice/standardservice-0.3.0.tar.gz', author='Drew Perttula', author_email='drewp@bigasterisk.com', )