Skip to content
This repository was archived by the owner on Nov 20, 2022. It is now read-only.

Commit d4256da

Browse files
Bump version to 1.0.1
1 parent ac21ad8 commit d4256da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# This call to setup() does all the work
1111
setup(
1212
name="pythonpancakes",
13-
version="1.0.0",
13+
version="1.0.1",
1414
description="A basic request wrapper for the PancakeSwap API",
1515
long_description=README,
1616
long_description_content_type="text/markdown",

src/pythonpancakes/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
from .api import PancakeSwapAPI
2-
__version__ = "1.0.0"
2+
__version__ = "1.0.1"

0 commit comments

Comments
 (0)