Skip to content

Commit

Permalink
Version bump for release
Browse files Browse the repository at this point in the history
  • Loading branch information
bug-or-feature committed Jul 10, 2021
1 parent ce1a8bf commit e1d51cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "trading_ig"
version = "0.0.9"
version = "0.0.10"
description = "A lightweight wrapper for the IG Markets API written in Python"
authors = ["Femto Trader <[email protected]>"]
maintainers = ["Andy Geach <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion trading_ig/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
__copyright__ = "Copyright 2015-2021"
__credits__ = [""]
__license__ = "BSD"
__version__ = "0.0.9"
__version__ = "0.0.10"
__maintainer__ = "Andy Geach"
__status__ = "Development"
__url__ = "https://github.com/ig-python/ig-markets-api-python-library"

0 comments on commit e1d51cb

Please sign in to comment.