Skip to content

Commit

Permalink
update version number in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
shanosborne committed Jul 14, 2021
1 parent 60024bf commit 9884bc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
from setuptools import setup, find_packages
import socket

VERSION = '2.1.0'
VERSION = '3.0.0'

INSTALL_REQUIRES = [
'numpy',
Expand Down

0 comments on commit 9884bc1

Please sign in to comment.