Skip to content

Commit ce60d98

Browse files
committed
Increased version in setup and small change in the test_Export.py
1 parent b9b592a commit ce60d98

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

UnitTests/test_Export.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
os.pardir)
77
)
88
sys.path.append(PROJECT_ROOT)
9-
9+
from tools import getPathToRunningRFEM
1010
from RFEM.enums import ObjectTypes
1111
from RFEM.initModel import Model, closeModel
1212
from RFEM.ImportExport.exports import IFCExportSettings, ObjectLocation, ObjectLocations, ExportToIFC, GetTableExportConfigManager, SetTableExportConfigManager, ExportTo
1313
from RFEM.ImportExport.imports import getConversionTables, setConversionTables, getSAFSettings, setSAFSettings, importFrom
1414
sys.path.append('..')
1515
from RFEM import connectionGlobals
16-
from tools import getPathToRunningRFEM
16+
1717

1818
if Model.clientModel is None:
1919
Model()

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name='RFEM',
10-
version='1.20.2',
10+
version='1.20.3',
1111
description='Python Framework for RFEM6 Web Services',
1212
long_description=readme,
1313
long_description_content_type = "text/markdown",
@@ -24,6 +24,6 @@
2424
packages=find_packages(),
2525
package_dir={"RFEM":"RFEM"},
2626
include_package_data=True,
27-
install_requires=["requests", "six", "suds-py3", "xmltodict", "pytest", "psutil", "mock", "setuptools"],
27+
install_requires=["requests", "six", "suds-py3", "xmltodict", "pytest", "mock", "setuptools"],
2828
zip_safe = False
2929
)

0 commit comments

Comments
 (0)