Skip to content

Commit

Permalink
Fix version grafana-api
Browse files Browse the repository at this point in the history
  • Loading branch information
ohmrefresh committed Feb 9, 2020
1 parent 5b17c6e commit 0fecfd0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion GrafanaSnapshot/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
VERSION = "0.3"
VERSION = "0.4"
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ urllib3
requests
pytest
pytest-cov
grafana_api
grafana_api==0.9.0
codecov
requests_mock
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,13 @@
url="https://github.com/ascendcorp/grafana-snapshot.git",
license="MIT",
packages=find_packages(),
install_requires=['requests', 'grafana_api'],
install_requires=['requests', 'grafana_api==0.9.0'],
tests_require=['tox', 'coverage', 'wheel', 'requests_mock', 'pytest'],
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
Expand Down

0 comments on commit 0fecfd0

Please sign in to comment.