Skip to content

Commit e1d51cb

Browse files
Version bump for release
1 parent ce1a8bf commit e1d51cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "trading_ig"
3-
version = "0.0.9"
3+
version = "0.0.10"
44
description = "A lightweight wrapper for the IG Markets API written in Python"
55
authors = ["Femto Trader <[email protected]>"]
66
maintainers = ["Andy Geach <[email protected]>"]

trading_ig/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
__copyright__ = "Copyright 2015-2021"
44
__credits__ = [""]
55
__license__ = "BSD"
6-
__version__ = "0.0.9"
6+
__version__ = "0.0.10"
77
__maintainer__ = "Andy Geach"
88
__status__ = "Development"
99
__url__ = "https://github.com/ig-python/ig-markets-api-python-library"

0 commit comments

Comments
 (0)