Skip to content

Commit

Permalink
Amended version from 1.0.0 to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanLeeWH committed Nov 19, 2021
1 parent 202082a commit a5a6dff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repolabels.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from datetime import datetime

SOFTWARE_NAME = "Repository Labels command line interface"
VERSION = '1.0.0'
VERSION = '1.1.0'
MAIN_PROJECT_REPO_LINK = "https://github.com/lwhjon/repo-labels-cli"
MAIN_EXPORT_DIRECTORY = Path.cwd().joinpath('exported')
# The default file name will be renamed to the format {repo_owner}_{repo_name}_{current date and time}.json
Expand Down

0 comments on commit a5a6dff

Please sign in to comment.