Skip to content

Commit a2e183f

Browse files
committed
Updated project version
1 parent 0acd856 commit a2e183f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cwm_downloader/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
""" Top level package for the cwm_downloader"""
22

33
__app_name__ = 'cwm-downloader'
4-
__version__ = "0.1.1"
4+
__version__ = "0.1.2"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "cwm-downloader"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
description = "A python cli program that can download enrolled courses from https://codewithmosh.com given the valid login credentials(headers and cookies)."
55
authors = ["Bezaleel Wondimagegn <92359779+bython17@users.noreply.github.com>"]
66
license="Apache-2.0"

0 commit comments

Comments
 (0)