Skip to content

Commit b16d380

Browse files
committed
bump up version
1 parent 981110c commit b16d380

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dsutil/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
from . import git
44
from . import poetry
55

6-
__version__ = "0.61.2"
6+
__version__ = "0.61.3"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "dsutil"
3-
version = "0.61.2"
3+
version = "0.61.3"
44
description = "A utils Python package for data scientists."
55
authors = ["Benjamin Du <[email protected]>"]
66

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Currently, Python 3.7 and 3.8 are supported.
2424
2525
You can download a copy of the latest release and install it using pip.
2626
```
27-
pip3 install --user -U https://github.com/dclong/dsutil/releases/download/v0.61.2/dsutil-0.61.2-py3-none-any.whl
27+
pip3 install --user -U https://github.com/dclong/dsutil/releases/download/v0.61.3/dsutil-0.61.3-py3-none-any.whl
2828
```
2929
Or you can use the following command to install the latest master branch
3030
if you have pip 20.0+.

0 commit comments

Comments
 (0)