Skip to content

Commit

Permalink
0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pwwang committed Apr 28, 2021
1 parent 1ce0a98 commit c6f551d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion datar/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
from .core import operator as _datar_operator
from .core.defaults import f

__version__ = '0.0.1'
__version__ = '0.0.2'
2 changes: 2 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
## 0.0.2
- Port verbs and functions from tidyverse/dplyr and test them with original cases
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "datar"
version = "0.0.1"
version = "0.0.2"
description = "Probably the closest port of tidyr, dplyr and tibble in python"
authors = ["pwwang <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
setup(
long_description=readme,
name='datar',
version='0.0.1',
version='0.0.2',
description='Probably the closest port of tidyr, dplyr and tibble in python',
python_requires='==3.*,>=3.7.1',
author='pwwang',
Expand Down

0 comments on commit c6f551d

Please sign in to comment.