Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jarabroz committed Nov 22, 2024
1 parent e70f07f commit 0847045
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion RFEM/dependencies.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
instSUDS = input('\nDo you want to install all dependencies and check all their versions (y/n)? ')
instSUDS = instSUDS.lower()
if instSUDS == 'y':
# Subprocess will be opened in cmd and closed automaticaly after installation.
# Subprocess will be opened in cmd and closed automaticaly after installation. Only needed packages
# Prevents invoking pip by an old script wrapper (https://github.com/pypa/pip/issues/5599)
import os
import subprocess
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name='RFEM',
version='1.20.3',
version='1.20.4',
description='Python Framework for RFEM6 Web Services',
long_description=readme,
long_description_content_type = "text/markdown",
Expand Down

0 comments on commit 0847045

Please sign in to comment.