From 7b16fb54f0aabd06c46b4164e2d2e9a69d88a2fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Jaworski?= Date: Thu, 3 May 2018 13:32:50 +0200 Subject: [PATCH] dist: prepare new release --- AUTHORS.md | 2 ++ src/ianitor/__init__.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/AUTHORS.md b/AUTHORS.md index 03f8611..a7c39d2 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -5,6 +5,8 @@ of ianitor along its history. * MichaƂ Jaworski * Jia Chengkun * Daniel O'Connell +* Oscar Eriksson +* Dave Dittrich Great thanks to [Clearcode](http://clearcode.cc) for allowing releasing ianitor as free software! diff --git a/src/ianitor/__init__.py b/src/ianitor/__init__.py index 70be3ac..6f88bb6 100644 --- a/src/ianitor/__init__.py +++ b/src/ianitor/__init__.py @@ -18,5 +18,5 @@ # along with ianitor. If not, see . # flake8: noqa -VERSION = (0, 0, 5) # PEP 386 +VERSION = (0, 1, 0) # PEP 386 __version__ = ".".join([str(x) for x in VERSION])