File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.2 .0
2
+ current_version = 1.0 .0
3
3
commit = False
4
4
tag = False
5
5
Original file line number Diff line number Diff line change 16
16
17
17
18
18
# Version of realpython-reader package
19
- __version__ = "0.2 .0"
19
+ __version__ = "1.0 .0"
20
20
21
21
# Read URL of feed from config file
22
22
_cfg = _ConfigParser ()
Original file line number Diff line number Diff line change 40
40
Version:
41
41
--------
42
42
43
- - realpython-reader v0.2 .0
43
+ - realpython-reader v1.0 .0
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.2 .0" ,
16
+ version = "1.0 .0" ,
17
17
description = "Read the latest 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