Skip to content

Commit 52e28f2

Browse files
committed
Update version to 0.1.1
1 parent f3bfa7c commit 52e28f2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
from setuptools import setup, find_packages
55

66
NAME = "nygrid"
7+
VERSION = "0.1.1"
78
FULLNAME = "NYgrid Python Tools"
89
AUTHOR = "The NYgrid-python Developers"
910
AUTHOR_EMAIL = "by276@cornell.edu"
@@ -38,6 +39,7 @@
3839
if __name__ == "__main__":
3940
setup(
4041
name=NAME,
42+
version=VERSION,
4143
fullname=FULLNAME,
4244
description=DESCRIPTION,
4345
author=AUTHOR,

0 commit comments

Comments
 (0)