Bump version to v0.3.0. (#67)

* Bump version to v0.3.0.

* Update setup.py
This commit is contained in:
Leonard G 2021-03-28 22:26:20 +08:00 committed by GitHub
parent dad9a8e075
commit f734b4f3b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ from setuptools import find_packages, setup
setup(
name="pyserum",
version="0.2.1a1",
version="0.3.0a1",
author="serum-community",
description="""Python client library for interacting with the Project Serum DEX.""",
include_package_data=True,