Skip to content

Commit

Permalink
Merge pull request #13 from hashdd/python3_migration
Browse files Browse the repository at this point in the history
finalizing release
  • Loading branch information
brad-anton authored Oct 11, 2020
2 parents 5b5e08b + d5a2e61 commit a49ea4c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion hashdd/version
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
"""
__version__ = '0.0.18'
__version__ = '0.0.19'

6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
'Programming Language :: Python',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Operating System :: OS Independent',
Expand Down Expand Up @@ -93,7 +92,8 @@ def main():
install_requires=install_requires,
classifiers=CLASSIFIERS,
keywords=['hashdd', 'pyhashdd', 'hash database'],
license=open('LICENSE').read()
license=open('LICENSE').read(),
python_requires='>=3.7'
)


Expand Down

0 comments on commit a49ea4c

Please sign in to comment.