We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d28e96 commit 43f074dCopy full SHA for 43f074d
2 files changed
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "nygrid"
7
-version = "0.1.1" # Update this to match your version
+version = "0.1.2" # Update this to match your version
8
description = "A python version of the NYgrid model"
9
readme = "README.md" # Adjust if your README file is named differently
10
license = {text = "MIT License"}
setup.py
@@ -4,7 +4,7 @@
from setuptools import setup, find_packages
NAME = "nygrid"
-VERSION = "0.1.1"
+VERSION = "0.1.2"
FULLNAME = "NYgrid Python Tools"
AUTHOR = "The NYgrid-python Developers"
AUTHOR_EMAIL = "by276@cornell.edu"
0 commit comments