Skip to content

Commit

Permalink
Updated version number
Browse files Browse the repository at this point in the history
Increased version of deap
This is mostly to upload a new version to fix a problem with building the wheel package for pypi. bdist_wheel does not wipe the old build directory and this was included files that should not have been there which was causing the install to break for people that installed from the wheel
  • Loading branch information
Immudzen committed Jun 30, 2020
1 parent ed52f13 commit 9f927d6
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 249 deletions.
26 changes: 0 additions & 26 deletions CADETMatch.egg-info/PKG-INFO

This file was deleted.

89 changes: 0 additions & 89 deletions CADETMatch.egg-info/SOURCES.txt

This file was deleted.

1 change: 0 additions & 1 deletion CADETMatch.egg-info/dependency_links.txt

This file was deleted.

18 changes: 0 additions & 18 deletions CADETMatch.egg-info/requires.txt

This file was deleted.

1 change: 0 additions & 1 deletion CADETMatch.egg-info/top_level.txt

This file was deleted.

2 changes: 1 addition & 1 deletion CADETMatch/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
__email__ = "[email protected]"
__license__ = "GNU General Public License v3 (GPLv3)"
__copyright__ = "2020 %s" % __author__
__version__ = "0.5.48"
__version__ = "0.5.49"
__uri__ = "https://github.com/modsim/CADET-Match"
112 changes: 0 additions & 112 deletions MANIFEST

This file was deleted.

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
'emcee>=3.0.2',
'SAlib',
'corner>=2.0.1',
'deap>=1.3.0',
'deap>=1.3.1',
'psutil>=5.7.0',
'openpyxl>=3.0.3',
'numpy>=1.18.5',
Expand Down

0 comments on commit 9f927d6

Please sign in to comment.