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