Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
JGjorgji committed Apr 17, 2019
1 parent cd24d40 commit 4e3c04b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ matrix:
services:
- docker
env: DOCKER_IMAGE=quay.io/pypa/manylinux1_i686
PRE_CMD=linux32
PRE_CMD=linux32

install:
- docker pull $DOCKER_IMAGE
Expand All @@ -25,9 +25,9 @@ before_deploy:
deploy:
provider: releases
api_key: $GIT_TOKEN
skip_cleanup: true
file_glob: true
file: wheelhouse/*
# deploy when a new tag is pushed
on:
tags: true

2 changes: 1 addition & 1 deletion chaperone/cproc/version.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This file is designed to be used as a package module, but also as a main program runnable
# by Python2 or Python3 which will print the version. Used in setup.py

VERSION = (0,3,9)
VERSION = (0,3,10)
DISPLAY_VERSION = ".".join([str(v) for v in VERSION])

LICENSE = "Apache License, Version 2.0"
Expand Down

0 comments on commit 4e3c04b

Please sign in to comment.