Skip to content

Commit bcef820

Browse files
committed
Update to version 1.0.0
1 parent cbec6f6 commit bcef820

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.bumpversion.cfg

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

reader/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717

1818
# Version of realpython-reader package
19-
__version__ = "0.2.0"
19+
__version__ = "1.0.0"
2020

2121
# Read URL of feed from config file
2222
_cfg = _ConfigParser()

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.2.0
43+
- realpython-reader v1.0.0
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.2.0",
16+
version="1.0.0",
1717
description="Read the latest Real Python tutorials",
1818
long_description=README,
1919
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)