Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
upgraded to v0.0.4
  • Loading branch information
E-wave112 committed Jul 20, 2022
commit 3b2cbb5f7eefa06540701ff2ee1fd055c2995683
2 changes: 1 addition & 1 deletion .github/workflows/pytests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ jobs:
pip install coverage
# Run the tests. I'm using unittest and coverage and the file is in the tests directory.
- name: Run tests
run: coverage run -m unittest thepeer/tests/thepeer_test.py
run: coverage run -m unittest
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -132,4 +132,5 @@ dmypy.json
!run_tests.sh
notes.md
guide.md
.DS_Store
.DS_Store
junk*
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

setup(
name="pythepeer",
version="0.0.3",
version="0.0.4",
description="official python sdk for interacting with thepeer payment processing \
infrastructure",
author="Osagie Iyayi",
Expand Down