Skip to content

Commit

Permalink
Revert "Bump version 2.0.2" (#165)
Browse files Browse the repository at this point in the history
* Revert "bump version 2.0.2 (#163)"

This reverts commit b1dbc72.

* * revert singer-python version
* update changelog
* bump tap version

Co-authored-by: RushiT0122 <[email protected]>
  • Loading branch information
RushiT0122 and RushiT0122 authored Dec 27, 2022
1 parent b1dbc72 commit a968902
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 2.0.3
* Reverts singer-python from 5.13.0 to 5.5.1 [#165](https://github.com/singer-io/tap-stripe/pull/165)

## 2.0.2
* Upgrade singer-python to 5.13.0 [#161](https://github.com/singer-io/tap-stripe/pull/161)

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@

setup(
name="tap-stripe",
version="2.0.2",
version="2.0.3",
description="Singer.io tap for extracting data",
author="Stitch",
url="http://singer.io",
classifiers=["Programming Language :: Python :: 3 :: Only"],
py_modules=["tap_stripe"],
install_requires=[
"singer-python==5.13.0",
"singer-python==5.5.1",
"stripe==2.64.0",
],
extras_require={
Expand Down

0 comments on commit a968902

Please sign in to comment.