Skip to content

Commit

Permalink
version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hans-permana committed Jun 16, 2017
1 parent f0a8f39 commit 46bf04d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
version: '0.5.4.dev.{build}'
version: '1.0.0.{build}'

environment:
global:
# Example can be found here https://github.com/quantopian/zipline/blob/master/appveyor.yml
ANACONDA_TOKEN:
secure: "8Wuonn7zuZIDXX26rNMQ+ivY6msM56v7d0TNUpQ7rUy291IxaW88aWDEPYDthTZ8"
PYTHON_LOC: "C:\\Miniconda35-x64"
INSTALLER_VERSION: "0.5.4.dev"

install:
- cmd: call %PYTHON_LOC%\Scripts\activate.bat
Expand Down
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# ref: https://www.python.org/dev/peps/pep-0440/#developmental-releases
package:
name: dedop
version: "0.5.4.dev"
version: "1.0.0"

build:
number: 0
Expand Down

0 comments on commit 46bf04d

Please sign in to comment.