File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
5
5
[project ]
6
6
name = " realpython-reader"
7
- version = " 1.0 .0"
7
+ version = " 1.1 .0"
8
8
description = " Read the latest Real Python tutorials"
9
9
readme = " README.md"
10
10
authors = [{ name = " Real Python" , email = " info@realpython.com" }]
@@ -31,7 +31,7 @@ requires-python = ">=3.7"
31
31
32
32
33
33
[tool .bumpver ]
34
- current_version = " 1.0 .0"
34
+ current_version = " 1.1 .0"
35
35
version_pattern = " MAJOR.MINOR.PATCH"
36
36
commit_message = " bump version {old_version} -> {new_version}"
37
37
commit = true
Original file line number Diff line number Diff line change 19
19
20
20
21
21
# Version of realpython-reader package
22
- __version__ = "1.0 .0"
22
+ __version__ = "1.1 .0"
23
23
24
24
# Read URL of the Real Python feed from config file
25
25
_cfg = tomllib .loads (resources .read_text ("reader" , "config.toml" ))
Original file line number Diff line number Diff line change 40
40
Version:
41
41
--------
42
42
43
- - realpython-reader v1.0 .0
43
+ - realpython-reader v1.1 .0
44
44
"""
45
45
# Standard library imports
46
46
import sys
You can’t perform that action at this time.
0 commit comments