Skip to content

Commit a55632b

Browse files
committed
fix version check
1 parent 63129e2 commit a55632b

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,7 @@ jobs:
4444
architecture: x64
4545

4646
- name: Setup Package
47-
run: |
48-
python setup.py check -r -s
49-
python -m pip install .
47+
run: python -m pip install .
5048

5149
- name: Unit Tests
5250
run: |

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
name="readit",
1111
packages=find_packages(),
1212
entry_points={"console_scripts": ["readit = readit.__init__:main"]},
13-
version="v0.2",
13+
version="0.2",
1414
author="Ganesh, Shital, Daivshala",
1515
author_email="[email protected]",
1616
description="Readit - Command Line Bookmark Manager Tool",

0 commit comments

Comments
 (0)