Skip to content

Commit

Permalink
Bumping version to 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
flulemon committed Apr 23, 2023
1 parent f96f586 commit 713bdeb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

*.install.stamp

dist
.dist
**/.pytest_cache/*
.pytest_cache/
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[tool.poetry]
name = "sneakpeek-py"
packages = [{ include = "sneakpeek" }]
version = "0.1.4"
description = "Tool box for creating scrapers, so that you only focus on scraping logic"
version = "0.1.5"
description = "Sneakpeek is a framework that helps to quickly and conviniently develop scrapers. It's the best choice for scrapers that have some specific complex scraping logic that needs to be run on a constant basis."
authors = ["Dan Yazovsky <[email protected]>"]
maintainers = ["Dan Yazovsky <[email protected]>"]
repository = "https://github.com/flulemon/sneakpeek"
documentation = "https://github.com/flulemon/sneakpeek"
documentation = "https://sneakpeek-py.readthedocs.io/en/latest/"
homepage = "https://github.com/flulemon/sneakpeek"
license = "BSD-3-Clause"
readme = "README.md"
Expand Down

0 comments on commit 713bdeb

Please sign in to comment.