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])