File tree Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Original file line number Diff line number Diff line change 1
1
language : python
2
2
sudo : false
3
- deploy :
4
- provider : pypi
5
- user : arokem
6
- password :
7
- secure : sr2oQY1fOGNQRslNyNLq8B6bVGrvkwIxf23mcYY7F87DPLVvJ799VE1yxKwOJQeVmcFXDwWnxo3pzLvhSYNS3yDHjt9ymJ0+togNx4TUKPPcOHzlTNr+CfTkcx684aypykJjfAgGxUQs5cF2BVutEvKGbCla8OuO+N42Kc8350w=
8
- on :
9
- tags : true
10
- repo : nipy/nitime
11
3
12
4
python :
13
5
- 3.6
Original file line number Diff line number Diff line change 4
4
_version_major = 0
5
5
_version_minor = 8
6
6
_version_micro = '' # use '' for first of series, number for 1 and above
7
- _version_extra = 'dev'
8
- # _version_extra = '' # Uncomment this for full releases
7
+ # _version_extra = 'dev'
8
+ _version_extra = '' # Uncomment this for full releases
9
9
10
10
# Construct full version string from these.
11
11
_ver = [_version_major , _version_minor ]
You can’t perform that action at this time.
0 commit comments