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 11[bumpversion]
2- current_version = 0.1.0
2+ current_version = 0.1.1
33commit = False
44tag = False
55
@@ -8,3 +8,4 @@ tag = False
88[bumpversion:file:reader/__init__.py]
99
1010[bumpversion:file:reader/__main__.py]
11+
Original file line number Diff line number Diff line change 99See https://github.com/realpython/reader/ for more information
1010"""
1111# Version of realpython-reader package
12- __version__ = "0.1.0 "
12+ __version__ = "0.1.1 "
1313
1414# URL of Real Python feed
1515URL = "https://realpython.com/atom.xml"
Original file line number Diff line number Diff line change 4040Version:
4141--------
4242
43- - realpython-reader v0.1.0
43+ - realpython-reader v0.1.1
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.0 " ,
16+ version = "0.1.1 " ,
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