Skip to content

Commit

Permalink
Update to version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gahjelle committed Nov 12, 2018
1 parent cbec6f6 commit bcef820
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.2.0
current_version = 1.0.0
commit = False
tag = False

Expand Down
2 changes: 1 addition & 1 deletion reader/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@


# Version of realpython-reader package
__version__ = "0.2.0"
__version__ = "1.0.0"

# Read URL of feed from config file
_cfg = _ConfigParser()
Expand Down
2 changes: 1 addition & 1 deletion reader/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
Version:
--------
- realpython-reader v0.2.0
- realpython-reader v1.0.0
"""
# Standard library imports
import sys
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# This call to setup() does all the work
setup(
name="realpython-reader",
version="0.2.0",
version="1.0.0",
description="Read the latest Real Python tutorials",
long_description=README,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit bcef820

Please sign in to comment.