Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tanerbajrovic committed Jan 28, 2024
1 parent 4521926 commit 92bad6c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ETF Autotest Parser
# ETFParse

## About

Expand All @@ -14,4 +14,4 @@ python etfparse.py <filename>
```

You should replace `<filename>` 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.
2 changes: 1 addition & 1 deletion etfparse.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from etfparser import core


__version__ = '1.0.0'
__version__ = '1.1.0'


if __name__ == '__main__':
Expand Down

0 comments on commit 92bad6c

Please # to comment.