Skip to content

Commit 232ce45

Browse files
authored
Merge pull request #274 from dclong/dev
Merge dev into main
2 parents 4f6f49a + e5a2c6b commit 232ce45

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.60.7"
6+
__version__ = "0.61.0"

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.60.7"
3+
version = "0.61.0"
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.60.7/dsutil-0.60.7-py3-none-any.whl
27+
pip3 install --user -U https://github.com/dclong/dsutil/releases/download/v0.61.0/dsutil-0.61.0-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)