Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
flulemon committed Jul 30, 2023
1 parent 1f365dc commit 5bd9db9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
copyright = "2023, Dan Yazovsky"
author = "Dan Yazovsky"
version = "0.2"
release = "0.2.1"
release = "0.2.2"
extensions = ["sphinx.ext.autodoc", "sphinx.ext.coverage", "sphinx.ext.napoleon"]
templates_path = ["_templates"]
language = "en"
Expand Down
2 changes: 1 addition & 1 deletion front/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sneakpeek-front",
"version": "0.2.0",
"version": "0.2.2",
"description": "A toolbox to create scrapers",
"productName": "Sneakpeek",
"author": "Dan Yazovsky <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "sneakpeek-py"
packages = [{ include = "sneakpeek" }]
version = "0.2.1"
version = "0.2.2"
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]>"]
Expand Down

0 comments on commit 5bd9db9

Please sign in to comment.