diff options
| -rw-r--r-- | docs/conf.py | 4 | ||||
| -rw-r--r-- | src/mailman_pgp/__init__.py | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/conf.py b/docs/conf.py index 69f333d..2243162 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -60,9 +60,9 @@ import sys; sys.path.append('../src') # built documents. # # The short X.Y version. -version = '0.2.1' +version = '0.3.0' # The full version, including alpha/beta/rc tags. -release = '0.2.1' +release = '0.3.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/src/mailman_pgp/__init__.py b/src/mailman_pgp/__init__.py index 06e6c5c..d64e436 100644 --- a/src/mailman_pgp/__init__.py +++ b/src/mailman_pgp/__init__.py @@ -3,4 +3,4 @@ from distutils.version import LooseVersion __author__ = 'Jan Jancar' __copyright__ = 'Copyright (C) 2017 Jan Jancar' __license__ = 'GPLv3' -__version__ = str(LooseVersion('0.2.1')) +__version__ = str(LooseVersion('0.3.0')) |
