Skip to content

Commit 1c5f5ad

Browse files
committed
Data Analysis of TZ-SAM Dataset
2 parents aa3e5b9 + 9646830 commit 1c5f5ad

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

β€Ž.all-contributorsrcβ€Ž

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,15 @@
298298
"contributions": [
299299
"doc"
300300
]
301+
},
302+
{
303+
"login": "hrsvrn",
304+
"name": "Harshvardhan Vatsa",
305+
"avatar_url": "https://avatars.githubusercontent.com/u/76729417?v=4",
306+
"profile": "http://hrsvrn.com",
307+
"contributions": [
308+
"infra"
309+
]
301310
}
302311
],
303312
"contributorsPerLine": 7,

β€Ž.bumpversion.cfgβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[bumpversion]
22
commit = True
33
tag = True
4-
current_version = 1.1.12
4+
current_version = 1.1.13
55
message = Bump version: {current_version} β†’ {new_version} [skip ci]
66

77
[bumpversion:file:pyproject.toml]

β€ŽREADME.mdβ€Ž

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Quartz Solar Forecast
22

33
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
4-
[![All Contributors](https://img.shields.io/badge/all_contributors-32-orange.svg?style=flat-square)](#contributors-)
4+
[![All Contributors](https://img.shields.io/badge/all_contributors-33-orange.svg?style=flat-square)](#contributors-)
55
<!-- ALL-CONTRIBUTORS-BADGE:END -->
66

77
![image](https://github.com/user-attachments/assets/6563849b-b355-4842-93e4-61c15a9a9ebf)
@@ -289,6 +289,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
289289
<td align="center" valign="top" width="14.28%"><a href="https://github.com/LynnLawren"><img src="https://avatars.githubusercontent.com/u/107563516?v=4?s=100" width="100px;" alt="Lynn Mary Lawrence"/><br /><sub><b>Lynn Mary Lawrence</b></sub></a><br /><a href="https://github.com/openclimatefix/open-source-quartz-solar-forecast/commits?author=LynnLawren" title="Documentation">πŸ“–</a></td>
290290
<td align="center" valign="top" width="14.28%"><a href="https://github.com/j4ckieee"><img src="https://avatars.githubusercontent.com/u/146953876?v=4?s=100" width="100px;" alt="Jackie Truong"/><br /><sub><b>Jackie Truong</b></sub></a><br /><a href="https://github.com/openclimatefix/open-source-quartz-solar-forecast/commits?author=j4ckieee" title="Documentation">πŸ“–</a></td>
291291
<td align="center" valign="top" width="14.28%"><a href="https://github.com/binaryecheos"><img src="https://avatars.githubusercontent.com/u/130131792?v=4?s=100" width="100px;" alt="Gourav Sahu "/><br /><sub><b>Gourav Sahu </b></sub></a><br /><a href="https://github.com/openclimatefix/open-source-quartz-solar-forecast/commits?author=binaryecheos" title="Documentation">πŸ“–</a></td>
292+
<td align="center" valign="top" width="14.28%"><a href="http://hrsvrn.com"><img src="https://avatars.githubusercontent.com/u/76729417?v=4?s=100" width="100px;" alt="Harshvardhan Vatsa"/><br /><sub><b>Harshvardhan Vatsa</b></sub></a><br /><a href="#infra-hrsvrn" title="Infrastructure (Hosting, Build-Tools, etc)">πŸš‡</a></td>
292293
</tr>
293294
</tbody>
294295
</table>

β€Ž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 = "quartz_solar_forecast"
7-
version = "1.1.12"
7+
version = "1.1.13"
88
description = "Open Source Solar Forecasting for a Site"
99
authors = [{ name = "Peter Dudfield", email = "info@openclimatefix.org" }]
1010
readme = "README.md"

0 commit comments

Comments
Β (0)