Skip to content

Commit

Permalink
Merge pull request #21 from ericsonj/develop
Browse files Browse the repository at this point in the history
to 2.0.6
  • Loading branch information
ericsonj authored Apr 17, 2022
2 parents 25b651d + dbde62a commit 2829f92
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.5'
release = '2.0.6'

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.5')
parser.add_argument('-v', '--version', action='version', version='%(prog)s 2.0.6')
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 @@ -6,7 +6,7 @@

setuptools.setup(
name="pymaketool",
version="2.0.5",
version="2.0.6",
author="Ericson Joseph",
author_email="[email protected]",
description="Python Makefile Tool",
Expand Down

0 comments on commit 2829f92

Please sign in to comment.