Skip to content

Commit

Permalink
Bump version to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hemanta212 committed Oct 29, 2019
1 parent 062b904 commit 6d8bab0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion blogger_cli/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import os
import click

__version__ = "1.2.0"
__version__ = "1.2.1"
ROOT_DIR = os.path.join(os.path.split(__file__)[0])
RESOURCE_DIR = os.path.join(os.path.split(__file__)[0], "resources")

Expand Down
4 changes: 2 additions & 2 deletions blogger_cli/tests/messages.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class BloggerMessage(object):

info_success = """\
Blogger-cli version: 1.2.0
Blogger-cli version: 1.2.1
Registered Blogs:
test1
Expand All @@ -59,7 +59,7 @@ class BloggerMessage(object):
"""
all_info_success = """\
Blogger-cli version: 1.2.0
Blogger-cli version: 1.2.1
Registered Blogs:
test1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name="blogger-cli",
version="1.2.0",
version="1.2.1",
description="""
Blogger cli is a CLI tool to convert ipynb, md, html file to responsive
html files.""",
Expand Down

0 comments on commit 6d8bab0

Please sign in to comment.