Skip to content

Commit

Permalink
Preparing new version
Browse files Browse the repository at this point in the history
  • Loading branch information
toloco committed Aug 18, 2015
1 parent 9d8f817 commit aa21090
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyoanda/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from .client import Client
from .order import Order

__version__ = "0.7"
__version__ = "0.9"


# OANDA API URLS
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
# requirements files see:
# https://packaging.python.org/en/latest/requirements.html
install_requires=['requests'],
tests_require=['nose', 'coveralls'],
tests_require=['nose', 'coveralls', 'requests-mock'],
test_suite='nose.collector',

)

0 comments on commit aa21090

Please sign in to comment.