Skip to content

Commit

Permalink
Bump version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gtaylor committed Dec 4, 2019
1 parent 21aa2a1 commit 6dd59f5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
author_email='greg@gctaylor.com',
license='BSD',
url='http://kubeconfig-python.readthedocs.io',
version='1.0.2',
version='1.1.0',
packages=find_packages(),
install_requires=[
'PyYAML',
Expand All @@ -28,7 +28,9 @@
"License :: OSI Approved :: BSD License",
"Operating System :: POSIX :: Linux",
"Programming Language :: Python",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Topic :: Software Development :: Libraries",
],
)

0 comments on commit 6dd59f5

Please sign in to comment.