Changing version to 4.0.0 because pypi won't install rc versions by default

* want this to be easy for non-python folks
This commit is contained in:
Rob McMullen 2017-05-06 22:24:55 -07:00
parent c226eb870a
commit b63e0508ac
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
__version__ = "4.0rc1"
__version__ = "4.0.0"
__author__ = "Rob McMullen"
__author_email__ = "feedback@playermissile.com"
__url__ = "https://github.com/robmcmullen/atrcopy"