Skip to content

Commit

Permalink
Update version.
Browse files Browse the repository at this point in the history
  • Loading branch information
kovacsv committed Aug 18, 2024
1 parent b89c725 commit d6f8b19
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion archicad-addon/Sources/AddOnVersion.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#pragma once

#define ADDON_VERSION "1.0.6"
#define ADDON_VERSION "1.0.7"
2 changes: 1 addition & 1 deletion grasshopper-plugin/src/tapir.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def get_AssemblyDescription(self):
return """Grasshopper components to access ArchiCAD via JSON API."""

def get_AssemblyVersion(self):
return "1.0.6"
return "1.0.7"

def get_AuthorName(self):
return "EnzymeAPD"
Expand Down
2 changes: 1 addition & 1 deletion python-package/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = tapir_py
version = 1.0.6
version = 1.0.7
author = EnzymeAPD
author_email = kaushiklsk96+tapir.py@gmail.com
description = A Python package to use the JSON API from ArchiCAD.
Expand Down
2 changes: 1 addition & 1 deletion tools/package_info.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version" : "1.0.6"
"version" : "1.0.7"
}

0 comments on commit d6f8b19

Please sign in to comment.