diff --git a/README.md b/README.md index 87ede18..01f48f6 100644 --- a/README.md +++ b/README.md @@ -202,9 +202,7 @@ v0.4.7 | 30.6 | 0.71 | -0% v0.4.8 | 35.6 | 0.83 | +16% v0.5.0 | 35.6 | 0.83 | +0% v0.5.1 | 37.5 | 0.87 | +5% -v1.0.0rc0 | 37.3 | 0.87 | -0% -v1.0.0rc1 | 37.3 | 0.87 | +0% -v1.0.0rc2 | 37.3 | 0.87 | +0% +v1.0.0 | 37.3 | 0.87 | -0% You can try it yourself: download each release, unpack it and time it. The command to run, depending on the release version, is: diff --git a/README.rst b/README.rst index 85108be..ab87a3b 100644 --- a/README.rst +++ b/README.rst @@ -324,11 +324,7 @@ runtime table for each tag: +-----------------+----------------+--------------------+-----------------------------------+ | v0.5.1 | 37.5 | 0.87 | +5% | +-----------------+----------------+--------------------+-----------------------------------+ -| v1.0.0rc0 | 37.3 | 0.87 | -0% | -+-----------------+----------------+--------------------+-----------------------------------+ -| v1.0.0rc1 | 37.3 | 0.87 | +0% | -+-----------------+----------------+--------------------+-----------------------------------+ -| v1.0.0rc2 | 37.3 | 0.87 | +0% | +| v1.0.0 | 37.3 | 0.87 | -0% | +-----------------+----------------+--------------------+-----------------------------------+ | You can try it yourself: download each release, unpack it and time it. diff --git a/passphrase/__main__.py b/passphrase/__main__.py index 0b709cb..ac9c1b0 100644 --- a/passphrase/__main__.py +++ b/passphrase/__main__.py @@ -34,7 +34,7 @@ __author__ = 'HacKan' __license__ = 'GNU GPL 3.0+' -__version__ = '1.0.0rc2' +__version__ = '1.0.0' __version_string__ = ( 'Passphrase v{}\nby HacKan (https://hackan.net) FOSS ' 'under GNU GPL v3.0 or newer'.format(__version__) diff --git a/setup.py b/setup.py index 4479bf5..8b1c350 100755 --- a/setup.py +++ b/setup.py @@ -22,6 +22,7 @@ def readme(): '(GPLv3+)', 'Natural Language :: English', 'Operating System :: POSIX :: Linux', + 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', 'Topic :: Security :: Cryptography',