Skip to content

Commit

Permalink
Bumps version 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hemanta212 committed Mar 30, 2020
1 parent 5657e99 commit 87528ae
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.2"
__version__ = "1.2.3"
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.2
Blogger-cli version: 1.2.3
Registered Blogs:
test1
Expand All @@ -59,7 +59,7 @@ class BloggerMessage(object):
"""
all_info_success = """\
Blogger-cli version: 1.2.2
Blogger-cli version: 1.2.3
Registered Blogs:
test1
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "blogger-cli"
version = "1.2.2"
version = "1.2.3"
description = "Blogger cli is a CLI tool to convert ipynb, md, html file to responsive html files."
authors = ["hemanta212 <sharmahemanta.212@gmail.com>"]
readme = "README.md"
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.2",
version="1.2.3",
description="""
Blogger cli is a CLI tool to convert ipynb, md, html file to responsive
html files.""",
Expand Down

0 comments on commit 87528ae

Please sign in to comment.