diff --git a/.bumpversion.cfg b/.bumpversion.cfg index af409fa..fb41de1 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.1 +current_version = 0.1.2 commit = True tag = True diff --git a/README.md b/README.md index c805e1e..ecf12eb 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ A simple-but-working python module that returns data from Yahoo Finance. -Current Version: 0.1.1 +Current Version: 0.1.2 ### Features diff --git a/pyproject.toml b/pyproject.toml index c9d930d..f0956ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "yfdata" -version = "0.1.1" +version = "0.1.2" description = "Client for Yahoo Finance data" authors = ["andrea "] license = "MIT" diff --git a/setup.py b/setup.py index e40ba30..5c1a6dd 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ setup( name="yf-data", - version="0.1.1", + version="0.1.2", keywords="yahoo finance data", description=DESCRIPTION, packages=packages,