Skip to content

Commit

Permalink
Bump/v0.06 (#5)
Browse files Browse the repository at this point in the history
* added the get_businesses and generate checkout methods

* updated the readme and added type hinting

* remove the type hint from postioal args

* updated get_businesses method and test cases

* updated user links

* updated documentation for get_businesseses and generate_checkout methods and bump version to 0.05

* updated python matrices versions for ci/cd pipeline

* updated python matrices versions for ci/cd pipeline

* removed py.8 from matrix versions

* bump to v0.06
  • Loading branch information
E-wave112 authored Jul 26, 2023
1 parent 737b7d1 commit ba6e516
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -133,4 +133,5 @@ dmypy.json
notes.md
guide.md
.DS_Store
junk*
junk*
.pypirc
3 changes: 2 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
include README.md
include reader/*.txt
include reader/*.txt
exclude tests/*
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import pathlib
import setuptools # noqa: F401
from setuptools import find_packages # noqa: F401
from distutils.core import setup


Expand All @@ -12,11 +12,11 @@

setup(
name="pythepeer",
version="0.0.5",
version="0.0.6",
description="official python sdk for interacting with thepeer payment processing \
infrastructure",
author="Osagie Iyayi",
packages=["thepeer"],
packages=find_packages(),
author_email="[email protected]",
url="https://github.com/thepeerstack/python-sdk",
license="MIT",
Expand Down

0 comments on commit ba6e516

Please sign in to comment.