Skip to content

Commit

Permalink
Update dependencies, bump version to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nezhar committed Mar 20, 2018
1 parent eecc0ff commit 7229350
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion anexia_monitoring/__version__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-

__version__ = "1.1.0"
__version__ = "1.1.1"
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,13 @@
AUTHOR = 'Anexia'
LICENSE = 'MIT'
REQUIRED = [
'updatable>=0.2,<0.3',
'updatable>=0.3,<0.4',
]
CLASSIFIERS = [
'License :: OSI Approved :: MIT License',
'Programming Language :: Python',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
Expand Down

0 comments on commit 7229350

Please sign in to comment.