Skip to content

Commit

Permalink
Bump version and classifiers.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Koshkin committed Sep 25, 2018
1 parent 451d603 commit 3f4d98d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
(
'Programming Language :: Python :: %s' % x
)
for x in '3.1 3.2 3.3 3.4 3.5'.split()
for x in '3.1 3.2 3.3 3.4 3.5 3.6 3.7'.split()
]


setuptools.setup(
name='watch',
description='Attribute controlling microframework.',
version='0.1.14',
version='0.1.15',
license='MIT license',
platforms=['unix', 'linux', 'osx', 'win32'],
author='magniff',
Expand Down

0 comments on commit 3f4d98d

Please sign in to comment.