diff options
| author | David Sommerseth <dazo@eurephia.org> | 2020-07-30 17:04:29 +0200 |
|---|---|---|
| committer | David Sommerseth <dazo@eurephia.org> | 2020-07-30 22:02:15 +0200 |
| commit | 1ca5ecb83aa925a5a9751da615773cd5bebd2960 (patch) | |
| tree | 51404139a7352d49c3750916663de33b115b69a5 /setup.py | |
| parent | ccb52d518641d484d53b7358a750f51d0afbbdea (diff) | |
| download | logactio-release.tar.gz logactio-release.tar.xz logactio-release.zip | |
Signed-off-by: David Sommerseth <dazo@eurephia.org>
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ import sys # Get PYTHONLIB with no prefix so --prefix installs work. PYTHONLIB = join(get_python_lib(standard_lib=1, prefix=''), 'site-packages') -version = "1.1" +version = "1.2" setup(name="logactio", version=version, |
