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 11[bumpversion]
2- current_version = 0.1.1
2+ current_version = 0.2.0
33commit = False
44tag = False
55
Original file line number Diff line number Diff line change 1616
1717
1818# Version of realpython-reader package
19- __version__ = "0.1.1 "
19+ __version__ = "0.2.0 "
2020
2121# Read URL of feed from config file
2222_cfg = _ConfigParser ()
Original file line number Diff line number Diff line change 4040Version:
4141--------
4242
43- - realpython-reader v0.1.1
43+ - realpython-reader v0.2.0
4444"""
4545# Standard library imports
4646import sys
Original file line number Diff line number Diff line change 1313# This call to setup() does all the work
1414setup (
1515 name = "realpython-reader" ,
16- version = "0.1.1 " ,
16+ version = "0.2.0 " ,
1717 description = "Read Real Python tutorials" ,
1818 long_description = README ,
1919 long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments