Skip to content

Commit

Permalink
bump minor version 1.3.1 -> 1.4.0, remove support for py 3.6 - 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
DahanDv committed Dec 14, 2023
1 parent e7ad14d commit 3c3fba8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def readme_text():
setuptools.setup(
name='pokebase',
packages=['pokebase'],
version='1.3.1',
version='1.4.0',
description='A Python wrapper for the friendly PokeAPI database',
long_description=readme_text(),
author='Greg Hilmes',
Expand All @@ -20,8 +20,6 @@ def readme_text():
license='BSD License',
classifiers=[
'License :: OSI Approved :: BSD License',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
Expand Down

0 comments on commit 3c3fba8

Please sign in to comment.