Skip to content

Commit

Permalink
Increased version in setup and small change in the test_Export.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jarabroz committed Nov 7, 2024
1 parent b9b592a commit ce60d98
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions UnitTests/test_Export.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
os.pardir)
)
sys.path.append(PROJECT_ROOT)

from tools import getPathToRunningRFEM
from RFEM.enums import ObjectTypes
from RFEM.initModel import Model, closeModel
from RFEM.ImportExport.exports import IFCExportSettings, ObjectLocation, ObjectLocations, ExportToIFC, GetTableExportConfigManager, SetTableExportConfigManager, ExportTo
from RFEM.ImportExport.imports import getConversionTables, setConversionTables, getSAFSettings, setSAFSettings, importFrom
sys.path.append('..')
from RFEM import connectionGlobals
from tools import getPathToRunningRFEM


if Model.clientModel is None:
Model()
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name='RFEM',
version='1.20.2',
version='1.20.3',
description='Python Framework for RFEM6 Web Services',
long_description=readme,
long_description_content_type = "text/markdown",
Expand All @@ -24,6 +24,6 @@
packages=find_packages(),
package_dir={"RFEM":"RFEM"},
include_package_data=True,
install_requires=["requests", "six", "suds-py3", "xmltodict", "pytest", "psutil", "mock", "setuptools"],
install_requires=["requests", "six", "suds-py3", "xmltodict", "pytest", "mock", "setuptools"],
zip_safe = False
)

0 comments on commit ce60d98

Please sign in to comment.