Skip to content

Commit

Permalink
Tag 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ctk3b committed Feb 15, 2017
1 parent 04db99e commit a38faef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions devtools/conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ source:
build:
number: {{ environ.get('GIT_DESCRIBE_NUMBER', 0)}}
script: python setup.py install --single-version-externally-managed --record record.txt

build:
noarch_python: True
noarch: python

requirements:
build:
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
from setuptools import setup, find_packages

#####################################
VERSION = "0.3.0"
ISRELEASED = False
VERSION = "0.2.1"
ISRELEASED = True
if ISRELEASED:
__version__ = VERSION
else:
Expand Down

0 comments on commit a38faef

Please sign in to comment.