Skip to content

Commit

Permalink
Bump version to 0.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ping committed Jun 10, 2021
1 parent d6e9345 commit d067fa2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Requires Python >=3.5.

```bash
# Install / Update to specific version
pip install git+https://git@github.com/ping/odmpy.git@0.4.4 --upgrade
pip install git+https://git@github.com/ping/odmpy.git@0.4.5 --upgrade

# Install / Update from latest source
pip3 install git+https://git@github.com/ping/odmpy.git --upgrade --force-reinstall
Expand Down Expand Up @@ -41,7 +41,7 @@ Available commands:
dl Download from a loan file
ret Return a loan file.
Version 0.4.4. [Python 3.7.4-darwin] Source at https://github.com/ping/odmpy/
Version 0.4.5. [Python 3.7.4-darwin] Source at https://github.com/ping/odmpy/
```

```
Expand Down
2 changes: 1 addition & 1 deletion odmpy/odm.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
logger.addHandler(ch)
logger.setLevel(logging.INFO)

__version__ = '0.4.4' # also update ../setup.py
__version__ = '0.4.5' # also update ../setup.py

MARKER_TIMESTAMP_MMSS = r'(?P<min>[0-9]+):(?P<sec>[0-9]+)\.(?P<ms>[0-9]+)'
MARKER_TIMESTAMP_HHMMSS = r'(?P<hr>[0-9]+):(?P<min>[0-9]+):(?P<sec>[0-9]+)\.(?P<ms>[0-9]+)'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

__author__ = 'ping'
__url__ = 'https://github.com/ping/odmpy/'
__version__ = '0.4.4' # also update odmpy/odm.py
__version__ = '0.4.5' # also update odmpy/odm.py


__long_description__ = '''
Expand Down

0 comments on commit d067fa2

Please sign in to comment.