Skip to content

Commit

Permalink
0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
pwwang committed May 17, 2021
1 parent 4b40736 commit 56afcd5
Show file tree
Hide file tree
Showing 3 changed files with 3 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.4'
__version__ = '0.0.5'
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.4"
version = "0.0.5"
description = "Port of dplyr and other related R packages in python, using pipda."
authors = ["pwwang <[email protected]>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
setup(
long_description=readme,
name='datar',
version='0.0.4',
version='0.0.5',
description='Port of dplyr and other related R packages in python, using pipda.',
python_requires='==3.*,>=3.7.1',
project_urls={"homepage": "https://github.com/pwwang/datar",
Expand Down

0 comments on commit 56afcd5

Please sign in to comment.