Skip to content

Commit

Permalink
Version 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesrocabert committed Jun 15, 2019
1 parent beaba77 commit 24d833e
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion MetEvolSim.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: MetEvolSim
Version: 0.2.2
Version: 0.2.3
Summary: MetEvolSim (Metabolome Evolution Simulator) Python Package
Home-page: https://github.com/charlesrocabert/MetEvolSim
Author: Charles Rocabert, Gábor Boross, Balázs Papp
Expand Down
2 changes: 2 additions & 0 deletions MetEvolSim.egg-info/SOURCES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ MANIFEST.in
README.md
setup.cfg
setup.py
MetEvolSim/MetEvolSim.py
MetEvolSim/__init__.py
MetEvolSim.egg-info/PKG-INFO
MetEvolSim.egg-info/SOURCES.txt
MetEvolSim.egg-info/dependency_links.txt
Expand Down
2 changes: 1 addition & 1 deletion MetEvolSim.egg-info/top_level.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
metevolsim
MetEvolSim
2 changes: 1 addition & 1 deletion build/lib/metevolsim/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#***************************************************************************

from .metevolsim import *
from .MetEvolSim import *
Binary file added dist/MetEvolSim-0.2.3-py3-none-any.whl
Binary file not shown.
Binary file added dist/MetEvolSim-0.2.3.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion metevolsim/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#***************************************************************************

from .metevolsim import *
from .MetEvolSim import *
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

setup(
name = "MetEvolSim",
version = "0.2.2",
version = "0.2.3",
license = "GNU General Public License v3 (GPLv3)",
description = "MetEvolSim (Metabolome Evolution Simulator) Python Package",
long_description = long_description,
Expand Down

0 comments on commit 24d833e

Please sign in to comment.