Skip to content

Commit

Permalink
Merge pull request #3 from flulemon/release/v0.1.5
Browse files Browse the repository at this point in the history
Bumping version to 0.1.5
  • Loading branch information
flulemon committed Apr 23, 2023
2 parents 606bb93 + 713bdeb commit 99d962f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
uses: pypa/gh-action-pypi-publish@release/v1
with:
repository-url: https://test.pypi.org/legacy/
skip-existing: true

- name: Publish package to PyPI
if: startsWith(github.ref, 'refs/tags')
Expand Down
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 99d962f

Please sign in to comment.