Skip to content

Commit a62f920

Browse files
committed
Update to v0.1.1
1 parent cf1fec2 commit a62f920

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

.bumpversion.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.1.0
2+
current_version = 0.1.1
33
commit = False
44
tag = False
55

@@ -8,3 +8,4 @@ tag = False
88
[bumpversion:file:reader/__init__.py]
99

1010
[bumpversion:file:reader/__main__.py]
11+

reader/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
See 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
1515
URL = "https://realpython.com/atom.xml"

reader/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
Version:
4141
--------
4242
43-
- realpython-reader v0.1.0
43+
- realpython-reader v0.1.1
4444
"""
4545
# Standard library imports
4646
import sys

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# This call to setup() does all the work
1414
setup(
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",

0 commit comments

Comments
 (0)