Skip to content

Commit

Permalink
Replaced version 1.2. Will no longer support Python 2 on linux or win…
Browse files Browse the repository at this point in the history
…dows.
  • Loading branch information
siboles committed Nov 7, 2017
1 parent ca8bc4b commit e596cf0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/conda-recipe/conda_build_config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
python:
- 2.7 [not win]
- 3.5
- 3.6
4 changes: 2 additions & 2 deletions src/conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
package:
name: pycellanalyst
version: 1.3
version: 1.2

source:
git_url: https://github.com/siboles/pyCellAnalyst.git
git_rev: 1.3
git_rev: 1.2

requirements:
build:
Expand Down
2 changes: 1 addition & 1 deletion src/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def is_pure(self):
return False
setup(
name = 'pyCellAnalyst',
version = '1.3',
version = '1.2',
description = 'An extensive module for image processing, segmentation, and deformation analysis. Initially aimed at processing 3-D microscopy of cells, this may have applications for other data types as well.',
packages = ['pyCellAnalyst'],
long_description = long_description,
Expand Down

0 comments on commit e596cf0

Please sign in to comment.