diff --git a/docs/conf.py b/docs/conf.py index 6fcbb050..2f21c9d0 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -24,7 +24,7 @@ author = 'Matthias Valvekens' # The full version, including alpha/beta/rc tags -release = '0.2.0.dev1' +release = '0.2.0' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index bdde7bf9..722bb297 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name='pyHanko', - version='0.2.0.dev1', + version='0.2.0', packages=['pyhanko', 'pyhanko.pdf_utils', 'pyhanko.sign'], url='https://github.com/MatthiasValvekens/pyHanko', license='MIT',