File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.16.8-rc.0
2
+ current_version = 0.16.8
3
3
commit = True
4
4
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(?:-(?P<prerel>rc)\.(?P<prerelversion>\d+))?
5
5
serialize =
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " cellxgene" ,
3
- "version" : " 0.16.8-rc.0 " ,
3
+ "version" : " 0.16.8" ,
4
4
"license" : " MIT" ,
5
5
"description" : " cellxgene is a web application for the interactive exploration of single cell sequence data." ,
6
6
"repository" : " https://github.com/chanzuckerberg/cellxgene" ,
Original file line number Diff line number Diff line change 2
2
import sys
3
3
from server .common .utils .utils import import_plugins
4
4
5
- __version__ = "0.16.8-rc.0 "
5
+ __version__ = "0.16.8"
6
6
display_version = "cellxgene v" + __version__
7
7
8
8
try :
Original file line number Diff line number Diff line change 11
11
12
12
setup (
13
13
name = "cellxgene" ,
14
- version = "0.16.8-rc.0 " ,
14
+ version = "0.16.8" ,
15
15
packages = find_packages (),
16
16
url = "https://github.com/chanzuckerberg/cellxgene" ,
17
17
license = "MIT" ,
You can’t perform that action at this time.
0 commit comments