File tree Expand file tree Collapse file tree 5 files changed +6
-5
lines changed
Expand file tree Collapse file tree 5 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 11**Dev**
2+ **1.3.7**
23- Update test engine from nose to pytest
34- Add metadata for Zenodo integration
45
Original file line number Diff line number Diff line change 11[bumpversion]
22commit = True
33tag = True
4- current_version = 1.3.6
4+ current_version = 1.3.7
55parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
66serialize =
77 {major}.{minor}.{patch}
Original file line number Diff line number Diff line change 11package :
22 name : pbxplore
3- version : " 1.3.6 "
3+ version : " 1.3.7 "
44
55source :
66 git_url : https://github.com/pierrepo/PBxplore.git
7- git_rev : v1.3.6
7+ git_rev : v1.3.7
88
99build :
1010 entry_points :
Original file line number Diff line number Diff line change 1515 See :func:`pbxplore.assignment.assign`
1616"""
1717
18- __version__ = "1.3.6 "
18+ __version__ = "1.3.7 "
1919
2020from .structure .loader import *
2121from .assignment import assign
Original file line number Diff line number Diff line change 2020# Version number must be in sync with the one in pbxplore/__init__.py
2121setup (
2222 name = 'pbxplore' ,
23- version = '1.3.6 ' ,
23+ version = '1.3.7 ' ,
2424
2525 description = "PBxplore is a suite of tools dedicated to Protein Block analysis." ,
2626 long_description = readme ,
You can’t perform that action at this time.
0 commit comments