From 60165126879b86176738dc0df9e1ff89fc0907a7 Mon Sep 17 00:00:00 2001 From: Vladimir Elistratov Date: Thu, 24 Jan 2019 22:49:34 +0300 Subject: [PATCH] v1.0.3 --- README.md | 2 +- __init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0c8ac51..a14e78c 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Pyproj relies upon a binary dependency, [Proj4](http://proj4.org/), requiring th ## Install Procedure -Download the addon from [here](https://github.com/JeremyBYU/bpyproj/releases/download/v1.0.2/bpyproj.zip), install and activate it as an ordinary Blender addon. Follow these [instructions](https://blendersensei.com/definitive-guide-to-installing-blender-addons/) if you have never installed a Blender addon. +Download the addon from [here](https://github.com/JeremyBYU/bpyproj/releases/download/v1.0.3/bpyproj.zip), install and activate it as an ordinary Blender addon. Follow these [instructions](https://blendersensei.com/definitive-guide-to-installing-blender-addons/) if you have never installed a Blender addon. This plugin will attempt to automatically install the `pyproj` dependency upon startup. A message will appear in the log if there is any error. diff --git a/__init__.py b/__init__.py index 0de419d..735aab2 100644 --- a/__init__.py +++ b/__init__.py @@ -27,7 +27,7 @@ bl_info = { "name": "Map Projection (bpyproj)", "author": "Jeremy Castagno ", - "version": (1, 0, 2), + "version": (1, 0, 3), "blender": (2, 80, 0), "location": "On the GUI panel of external import addons (e.g. blender-osm)", "description": "Specify a map projection for external import addons (e.g. blender-osm)",