Skip to content

Commit 43f074d

Browse files
committed
Bump version to 0.1.2 in pyproject.toml and setup.py
1 parent 9d28e96 commit 43f074d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "nygrid"
7-
version = "0.1.1" # Update this to match your version
7+
version = "0.1.2" # Update this to match your version
88
description = "A python version of the NYgrid model"
99
readme = "README.md" # Adjust if your README file is named differently
1010
license = {text = "MIT License"}

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from setuptools import setup, find_packages
55

66
NAME = "nygrid"
7-
VERSION = "0.1.1"
7+
VERSION = "0.1.2"
88
FULLNAME = "NYgrid Python Tools"
99
AUTHOR = "The NYgrid-python Developers"
1010
AUTHOR_EMAIL = "by276@cornell.edu"

0 commit comments

Comments
 (0)