Skip to content

Commit

Permalink
bump: 4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdur-rahmaanJ committed Dec 6, 2022
1 parent 68114e8 commit 19f2ee8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
python -m pip install -U pip
- name: install requirements
run: |
python -m pip install pytest
python -m pip install pytest pytest-coverage coverage
python -m pip install .
- name: get pip cache dir
id: pip-cache
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
long_description = f.read()
setup(
name="shopcube", # Required
version="4.3.2", # Required
version="4.4.0", # Required
description="E-commerce solution", # Optional
long_description=long_description, # Optional
long_description_content_type="text/markdown", # Optional (see note above)
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ skip_missing_interpreters=true
changedir = ./src/shopcube

commands =
coverage run --branch --source=./src/shopcube -m pytest ./
coverage report
cd ./src/shopcube
python -m pytest ./

0 comments on commit 19f2ee8

Please sign in to comment.