Skip to content

Commit

Permalink
to 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ericsonj committed Apr 27, 2021
1 parent 09442c5 commit 0412ce6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = 'Ericson Joseph'

# The full version, including alpha/beta/rc tags
release = '2.0.2'
release = '2.0.3'

version = release

Expand Down
2 changes: 1 addition & 1 deletion scripts/pymaketool
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ log = Logger.getLogger()
parser = argparse.ArgumentParser()
parser.add_argument('goal', type=str, help='Makefile command goal', default=None, nargs='?')
parser.add_argument('--init', type=str, help='initialize project', const=os.path.basename(os.getcwd()), dest='project_name', nargs='?')
parser.add_argument('-v', '--version', action='version', version='%(prog)s 2.0.2')
parser.add_argument('-v', '--version', action='version', version='%(prog)s 2.0.3')
args = parser.parse_args()

goal = args.goal
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="pymaketool",
version="2.0.2",
version="2.0.3",
author="Ericson Joseph",
author_email="ericsonjoseph@gmail.com",
description="Python Makefile Tool",
Expand Down

0 comments on commit 0412ce6

Please sign in to comment.