Skip to content

Commit

Permalink
Bump version to 2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
30350n committed Jan 23, 2024
1 parent 9b6b46b commit 002b809
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pcb2blender_exporter/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from .export import export_pcb3d, get_boarddefs
from .ui import SettingsDialog

__version__ = "2.8"
__version__ = "2.9"

class Pcb2BlenderExporter(pcbnew.ActionPlugin):
def defaults(self):
Expand Down
4 changes: 2 additions & 2 deletions pcb2blender_importer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "pcb2blender importer",
"description": "Enables Blender to import .pcb3d files, exported from KiCad.",
"author": "Bobbe",
"version": (2, 8, 0),
"version": (2, 9, 0),
"blender": (4, 0, 0),
"location": "File > Import",
"category": "Import-Export",
Expand All @@ -11,7 +11,7 @@
"tracker_url": "https://github.com/30350n/pcb2blender/issues",
}

__version__ = "2.8"
__version__ = "2.9"

from .blender_addon_utils import add_dependencies, register_modules_factory

Expand Down

0 comments on commit 002b809

Please sign in to comment.