From 702ecadfce81f2fd2f0c8771490a287796486fbd Mon Sep 17 00:00:00 2001 From: Mitchell Tesch Date: Sun, 10 Mar 2024 21:15:20 +1000 Subject: [PATCH] standard default install path --- src/pytabs/__init__.py | 2 +- src/pytabs/pytabs_config.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pytabs/__init__.py b/src/pytabs/__init__.py index 8bed10e..0952272 100644 --- a/src/pytabs/__init__.py +++ b/src/pytabs/__init__.py @@ -3,6 +3,6 @@ to the ETABS .NET API. Not affiliated with Computer and Structures Inc. """ -__version__ = "0.2.0" +__version__ = "0.2.1" from .model import EtabsModel diff --git a/src/pytabs/pytabs_config.ini b/src/pytabs/pytabs_config.ini index 61c1df2..d5271ca 100644 --- a/src/pytabs/pytabs_config.ini +++ b/src/pytabs/pytabs_config.ini @@ -1,2 +1,2 @@ [ETABS] -API_DLL_PATH = D:\Program Files\Computers and Structures\ETABS 21\ETABSv1.dll \ No newline at end of file +API_DLL_PATH = C:\Program Files\Computers and Structures\ETABS 21\ETABSv1.dll \ No newline at end of file