File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.1.0
2
+ current_version = 0.1.1
3
3
commit = False
4
4
tag = False
5
5
@@ -8,3 +8,4 @@ tag = False
8
8
[bumpversion:file:reader/__init__.py]
9
9
10
10
[bumpversion:file:reader/__main__.py]
11
+
Original file line number Diff line number Diff line change 9
9
See https://github.com/realpython/reader/ for more information
10
10
"""
11
11
# Version of realpython-reader package
12
- __version__ = "0.1.0 "
12
+ __version__ = "0.1.1 "
13
13
14
14
# URL of Real Python feed
15
15
URL = "https://realpython.com/atom.xml"
Original file line number Diff line number Diff line change 40
40
Version:
41
41
--------
42
42
43
- - realpython-reader v0.1.0
43
+ - realpython-reader v0.1.1
44
44
"""
45
45
# Standard library imports
46
46
import sys
Original file line number Diff line number Diff line change 13
13
# This call to setup() does all the work
14
14
setup (
15
15
name = "realpython-reader" ,
16
- version = "0.1.0 " ,
16
+ version = "0.1.1 " ,
17
17
description = "Read Real Python tutorials" ,
18
18
long_description = README ,
19
19
long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments