Skip to content

Commit 3ec8f41

Browse files
authored
Prepare for 0.7.0 Release (#513)
bump version numbers to 0.7.0
1 parent 17a70a9 commit 3ec8f41

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

alfalfa_web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "alfalfa_web",
3-
"version": "0.6.0",
3+
"version": "0.7.0",
44
"description": "A Haystack implementation",
55
"scripts": {
66
"build": "run-s clean && run-p build-app build-docs build-server",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "alfalfa"
3-
version = "0.6.0"
3+
version = "0.7.0"
44
description = "Alfalfa is a web service that converts building energy models in OpenStudio/EnergyPlus, Spawn of EnergyPlus, or Modelica to interactive virtual buildings."
55
authors = [
66
'Kyle Benne <[email protected]>',

0 commit comments

Comments
 (0)