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__':