Skip to content

Commit

Permalink
Configure bump-my-version
Browse files Browse the repository at this point in the history
  • Loading branch information
Gallaecio committed Jan 23, 2025
1 parent 1867942 commit 1c5597e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions .bumpversion.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[tool.bumpversion]
current_version = "0.2.10"
commit = true
tag = true
tag_name = "{new_version}"

[[tool.bumpversion.files]]
filename = "setup.py"
search = "version = '{current_version}',"
replace = "version = '{new_version}',"

[[tool.bumpversion.files]]
filename = "scrapy_frontera/__init__.py"
2 changes: 1 addition & 1 deletion scrapy_frontera/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.2.9.1'
__version__ = '0.2.10'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
name = 'scrapy-frontera',
description = 'Featured Frontera scheduler for Scrapy',
long_description = open('README.rst').read(),
version = '0.2.9.1',
version = '0.2.10',
licence = 'BSD',
url = 'https://github.com/scrapinghub/scrapy-frontera',
maintainer = 'Scrapinghub',
Expand Down

0 comments on commit 1c5597e

Please sign in to comment.