Skip to content

Commit

Permalink
Patch v1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sahasatvik committed May 4, 2021
1 parent a0f526d commit d228c53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
author = "Parth Bibekar",
author_email = "bibekarparth24@gmail.com",
url = "https://github.com/ParthBibekar/Welearn-bot",
version = "1.2.2",
version = "1.2.3",
license = "MIT",
package_dir = {"": "src"},
packages=setuptools.find_packages(where="src"),
Expand Down
2 changes: 1 addition & 1 deletion src/welearnbot/welearnbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def main():
whoami - shows the user's name and exits\n\
Abbreviations such as any one of 'f', 'a', 'u', 'c', 'w' are supported.")
parser.add_argument("courses", nargs="*", help="IDs of the courses to download files from. The word ALL selects everything \nfrom the [courses] section in .welearnrc or welearn.ini")
parser.add_argument("-v", "--version", action="version", version="1.2.2")
parser.add_argument("-v", "--version", action="version", version="1.2.3")
parser.add_argument("-d", "--dueassignments", action="store_true", help="show only due assignments with the 'assignments' action")
parser.add_argument("-c", "--gcalendar", action="store_true", help="add due assignments to Google Calendar with the 'assignments' action")
parser.add_argument("-i", "--ignoretypes", nargs="*", help="ignores the specified extensions when downloading, overrides .welearnrc")
Expand Down

0 comments on commit d228c53

Please sign in to comment.