File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 7070# The short X.Y version.
7171version = '6.0'
7272# The full version, including alpha/beta/rc tags.
73- release = '6.0.0 '
73+ release = '6.0.1 '
7474
7575
7676# The language for content autogenerated by Sphinx. Refer to documentation
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ options(shiny.port = 3333)
2424server <- shinyServer(function (input , output , session ) {
2525 # # pVACtools version
2626
27- output $ version <- renderText({" pVACtools version 6.0.0 " })
27+ output $ version <- renderText({" pVACtools version 6.0.1 " })
2828
2929 # #############################DATA UPLOAD TAB###################################
3030 # # helper function defined for generating shinyInputs in mainTable (Evaluation dropdown menus)
Original file line number Diff line number Diff line change 6565
6666setup (
6767 name = "pvactools" ,
68- version = "6.0.0 " ,
68+ version = "6.0.1 " ,
6969 packages = [
7070 "pvactools.tools" ,
7171 "pvactools.tools.pvacbind" ,
You can’t perform that action at this time.
0 commit comments