We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e141446 commit 5669b60Copy full SHA for 5669b60
README.md
@@ -363,7 +363,7 @@ python -m pytest
363
```
364
365
## Change Log
366
-*1.1.1* **Current PyPI release**
+*1.1.2* **Current PyPI release**
367
- Refactor project for Coinbase Pro
368
- Major overhaul on how pagination is handled
369
setup.py
@@ -19,7 +19,7 @@
19
20
setup(
21
name='cbpro',
22
- version='1.1.1',
+ version='1.1.2',
23
author='Daniel Paquin',
24
author_email='[email protected]',
25
license='MIT',
0 commit comments