diff options
| author | J08nY | 2017-08-23 23:22:39 +0200 |
|---|---|---|
| committer | J08nY | 2017-08-23 23:22:39 +0200 |
| commit | 1b4c498e471cb33926a60722abb0bf9e32a49fd5 (patch) | |
| tree | c5f62304c6bc9375314aad560790619101041621 /src | |
| parent | e9371f4943b69bbe95cf087474318d100b7234ae (diff) | |
| download | mailman-pgp-0.3.0.tar.gz mailman-pgp-0.3.0.tar.zst mailman-pgp-0.3.0.zip | |
Diffstat (limited to 'src')
| -rw-r--r-- | src/mailman_pgp/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
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')) |
