Skip to content
This repository was archived by the owner on Nov 9, 2022. It is now read-only.

Commit 1c8ba96

Browse files
committed
Bump version
1 parent 7f2436e commit 1c8ba96

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ jobs:
1515
- os: windows-latest
1616
artifact_name: ImpartusScraper.exe
1717
asset_name: impartus-scraper-windows.exe
18-
venv_dir: ~\.virtualenvs
18+
venv_dir: "%USERPROFILE%\\.virtualenvs"
1919
- os: ubuntu-16.04
2020
artifact_name: ImpartusScraper
2121
asset_name: impartus-scraper-linux
22-
venv_dir: ~/.virtualenvs
22+
venv_dir: $HOME/.virtualenvs
2323
steps:
2424
- uses: actions/checkout@v1
2525
with:

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 = "ilc-scraper"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
description = "A scraper for Impartus Lecture Capture videos for BITS Hyderabad"
55
authors = ["iamkroot <kroot.patel@gmail.com>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)