Skip to content

Commit

Permalink
revert changes
Browse files Browse the repository at this point in the history
  • Loading branch information
bobokvsky committed Aug 19, 2024
1 parent c4b97fb commit 18d3f93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true,
"python.linting.pylintEnabled": false,
"python.linting.flake8Enabled": true,
"python.linting.flake8Enabled": false,
"python.formatting.provider": "none",
"python.analysis.extraPaths": [
"${workspaceFolder}"
Expand Down Expand Up @@ -43,6 +43,4 @@
"githubPullRequests.ignoredPullRequestBranches": [
"master"
],
"python.linting.pycodestyleEnabled": false,
"python.linting.enabled": true,
}
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 = "datapipe-core"
version = "0.14.0"
version = "0.14.0-alpha.2"
description = "`datapipe` is a realtime incremental ETL library for Python application"
readme = "README.md"
repository = "https://github.com/epoch8/datapipe"
Expand Down

0 comments on commit 18d3f93

Please sign in to comment.