From 92bad6cdd5d81e1783e35777618df46e2a3493ea Mon Sep 17 00:00:00 2001 From: Taner Bajrovic Date: Sun, 28 Jan 2024 15:27:17 +0100 Subject: [PATCH] 1.1.0 --- README.md | 4 ++-- etfparse.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b51d237..c9c68c6 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# ETF Autotest Parser +# ETFParse ## About @@ -14,4 +14,4 @@ python etfparse.py ``` You should replace `` with the name of the file containing unit tests. By default, this argument will be -`autotest2`, so simply running `python etf-parse.py` will look for `autotest2` in the current directory. +`autotest2`, so simply running `python etfparse.py` will look for `autotest2` in the current directory. diff --git a/etfparse.py b/etfparse.py index 9026c08..ae9e373 100644 --- a/etfparse.py +++ b/etfparse.py @@ -3,7 +3,7 @@ from etfparser import core -__version__ = '1.0.0' +__version__ = '1.1.0' if __name__ == '__main__':