ci typo in cofig (#4954)

* ci typo

* v++

Co-authored-by: edenlightning <66261195+edenlightning@users.noreply.github.com>
This commit is contained in:
Jirka Borovec 2020-12-02 22:49:47 +01:00 committed by GitHub
parent 91c4e1fa59
commit 7b7d4bb86d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -19,7 +19,7 @@ jobs:
requires: ['minimal', 'latest']
exclude:
# # todo: segmentation fault for minimal and hanging for latest
- python_version: 3.8
- python-version: 3.8
os: ubuntu-18.04
# Timeout: https://stackoverflow.com/a/59076067/4521646

View File

@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
## [unreleased.Features] - YYYY-MM-DD
## [1.1.0rc1] - 2020-12-02
### Added

View File

@ -1,6 +1,6 @@
"""Root package info."""
__version__ = '1.1.0rc0'
__version__ = '1.1.0rc1'
__author__ = 'William Falcon et al.'
__author_email__ = 'waf2107@columbia.edu'
__license__ = 'Apache-2.0'