summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorDavid Sommerseth <dazo@eurephia.org>2020-07-30 17:04:29 +0200
committerDavid Sommerseth <dazo@eurephia.org>2020-07-30 22:02:15 +0200
commit1ca5ecb83aa925a5a9751da615773cd5bebd2960 (patch)
tree51404139a7352d49c3750916663de33b115b69a5 /setup.py
parentccb52d518641d484d53b7358a750f51d0afbbdea (diff)
downloadlogactio-release.tar.gz
logactio-release.tar.xz
logactio-release.zip
Release v1.2v1.2release
Signed-off-by: David Sommerseth <dazo@eurephia.org>
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 89de76a..f3a08e3 100644
--- a/setup.py
+++ b/setup.py
@@ -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,