Skip to content

Commit bda697a

Browse files
committed
deendency version
1 parent 2f8e172 commit bda697a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

intuitlib/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = '0.0.6'
15+
__version__ = '1.0.0'

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ pytest-cov>=2.6.0
88
six>=1.10.0
99
enum34
1010
python-coveralls
11-
coverage==4.0.3
11+
coverage>=4.4

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
'six>=1.10.0',
4141
'enum34',
4242
'python-coveralls',
43-
'coverage==4.0.3'
43+
'coverage>=4.4'
4444
],
4545
license='Apache 2.0',
4646
keywords='intuit quickbooks oauth auth openid client'

0 commit comments

Comments
 (0)