Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Arjan Zijderveld committed Jan 28, 2020
1 parent df32a1a commit 948bd51
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
# For a discussion on single-sourcing the version across setup.py and the
# project code, see
# https://packaging.python.org/en/latest/single_source_version.html
version='0.1.0', # Required
version='0.9.0', # Required

# This is a one-line description or tagline of what your project does. This
# corresponds to the "Summary" metadata field:
Expand Down Expand Up @@ -107,8 +107,6 @@
# These classifiers are *not* checked by 'pip install'. See instead
# 'python_requires' below.
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
],
Expand Down Expand Up @@ -138,7 +136,7 @@
# https://packaging.python.org/guides/distributing-packages-using-setuptools/#python-requires

#python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4',
python_requires='>=3, <4',
python_requires='>=3.6, <4',

# This field lists other packages that your project depends on to run.
# Any package you put here will be installed by pip when your project is
Expand Down

0 comments on commit 948bd51

Please sign in to comment.