Skip to content

Commit

Permalink
__version__ = '0.3.7-dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
niklases committed Oct 17, 2024
1 parent 90985fa commit fdf99cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion gui_setup.bat
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@ powershell -Command "python -m pip install -U pypef pyside6"

echo powershell -Command ^"python gui/qt_window.py^" > run_pypef_gui.bat

.\run_pypef_gui
echo Created file run_pypef_gui.bat for future GUI starting.

.\run_pypef_gui
2 changes: 1 addition & 1 deletion pypef/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# Journal of Chemical Information and Modeling, 2021, 61, 3463-3476
# https://doi.org/10.1021/acs.jcim.1c00099

__version__ = '0.3.6'
__version__ = '0.3.7-dev'

0 comments on commit fdf99cb

Please sign in to comment.