Skip to content

Commit

Permalink
Updated project version
Browse files Browse the repository at this point in the history
  • Loading branch information
bython17 committed Sep 21, 2024
1 parent 0acd856 commit a2e183f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cwm_downloader/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
""" Top level package for the cwm_downloader"""

__app_name__ = 'cwm-downloader'
__version__ = "0.1.1"
__version__ = "0.1.2"
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 = "cwm-downloader"
version = "0.1.1"
version = "0.1.2"
description = "A python cli program that can download enrolled courses from https://codewithmosh.com given the valid login credentials(headers and cookies)."
authors = ["Bezaleel Wondimagegn <92359779+bython17@users.noreply.github.com>"]
license="Apache-2.0"
Expand Down

0 comments on commit a2e183f

Please sign in to comment.