We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3bfa7c commit 52e28f2Copy full SHA for 52e28f2
1 file changed
setup.py
@@ -4,6 +4,7 @@
4
from setuptools import setup, find_packages
5
6
NAME = "nygrid"
7
+VERSION = "0.1.1"
8
FULLNAME = "NYgrid Python Tools"
9
AUTHOR = "The NYgrid-python Developers"
10
AUTHOR_EMAIL = "by276@cornell.edu"
@@ -38,6 +39,7 @@
38
39
if __name__ == "__main__":
40
setup(
41
name=NAME,
42
+ version=VERSION,
43
fullname=FULLNAME,
44
description=DESCRIPTION,
45
author=AUTHOR,
0 commit comments