Skip to content

Commit

Permalink
reverted info
Browse files Browse the repository at this point in the history
  • Loading branch information
Gokujo committed Apr 16, 2024
1 parent 03c50dc commit 674cfbd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,3 +104,10 @@ print(uploader.upload("path_to_file", "folder_id"))
### 1.0.2

* Fixed API link (thx to @[Gairolarishav](https://github.com/Gairolarishav))

### 1.0.3

* Revert changes from 1.0.2. It seems it was spam. Sorry. Set your own url with function
```
set_api_url
```
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "streamtape"
version = "1.0.2"
version = "1.0.3"
authors = [
{ name = "Maxim Harder", email = "[email protected]" },
]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="streamtape",
version="1.0.2",
version="1.0.3",
description="Unofficial python api wrapper from https://streamtape.com",
long_description=open("README.md", "r").read(),
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 674cfbd

Please sign in to comment.