Skip to content

Commit

Permalink
small change to GUI build script
Browse files Browse the repository at this point in the history
  • Loading branch information
e-stan committed Oct 23, 2020
1 parent 260ee42 commit c68a34d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
setup(
name = 'DecoID', # How you named your package folder (MyLib)
packages = ["DecoID"], # Chose the same as "name"
version = '0.2.4', # Start with a small number and increase it with every change you make
version = '0.2.5', # Start with a small number and increase it with every change you make
license='MIT', # Chose a license from here: https://help.github.com/articles/licensing-a-repository
description = 'Metabolomics software for database assisted deconvolution of MS/MS spectra', # Give a short description about your library
author = 'Ethan Stancliffe', # Type in your name
Expand Down

0 comments on commit c68a34d

Please sign in to comment.