diff --git a/doc/conf.py b/doc/conf.py index 29e4d76..ac645b0 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -48,7 +48,7 @@ # The short X.Y version. version = '0.2.0' # The full version, including alpha/beta/rc tags. -release = '0.2.0-dev' +release = '0.2.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/iptc/version.py b/iptc/version.py index 954537d..0b35708 100644 --- a/iptc/version.py +++ b/iptc/version.py @@ -1,4 +1,4 @@ # -*- coding: utf-8 -*- __pkgname__ = "python-iptables" -__version__ = "0.2.0-dev" +__version__ = "0.2.0"