Skip to content

Commit fe1839f

Browse files
authored
Merge pull request #14 from genomematt/1.2.2
bump version to 1.2.2
2 parents c36da0a + ac10fff commit fe1839f

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setup(
55
name='survivalvolume',
6-
version='1.2.1',
6+
version='1.2.2',
77
author='Matthew Wakefield',
88
author_email='matthew.wakefield@unimelb.edu.au',
99
install_requires = [

survivalvolume/parse.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
__copyright__ = "Copyright 2016 Matthew Wakefield, The Walter and Eliza Hall Institute and The University of Melbourne"
2323
__credits__ = ["Matthew Wakefield",]
2424
__license__ = "GPL"
25-
__version__ = "1.2.1"
25+
__version__ = "1.2.2"
2626
__maintainer__ = "Matthew Wakefield"
2727
__email__ = "wakefield@wehi.edu.au"
2828
__status__ = "production"

survivalvolume/plot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
__copyright__ = "Copyright 2016 Matthew Wakefield, The Walter and Eliza Hall Institute and The University of Melbourne"
3131
__credits__ = ["Matthew Wakefield",]
3232
__license__ = "GPLv3"
33-
__version__ = "1.2.1"
33+
__version__ = "1.2.2"
3434
__maintainer__ = "Matthew Wakefield"
3535
__email__ = "wakefield@wehi.edu.au"
3636
__status__ = "production"

survivalvolume/tests/test_all.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
__copyright__ = "Copyright 2011-2016 Matthew Wakefield, The Walter and Eliza Hall Institute and The University of Melbourne"
2424
__credits__ = ["Matthew Wakefield",]
2525
__license__ = "GPLv3"
26-
__version__ = "1.2.1"
26+
__version__ = "1.2.2"
2727
__maintainer__ = "Matthew Wakefield"
2828
__email__ = "wakefield@wehi.edu.au"
2929
__status__ = "Production"

survivalvolume/tests/test_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
__copyright__ = "Copyright 2016 Matthew Wakefield, The Walter and Eliza Hall Institute and The University of Melbourne"
2222
__credits__ = ["Matthew Wakefield",]
2323
__license__ = "GPLv3"
24-
__version__ = "1.2.1"
24+
__version__ = "1.2.2"
2525
__maintainer__ = "Matthew Wakefield"
2626
__email__ = "wakefield@wehi.edu.au"
2727
__status__ = "production"

survivalvolume/tests/test_parse.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
__copyright__ = "Copyright 2016 Matthew Wakefield, The Walter and Eliza Hall Institute and The University of Melbourne"
2626
__credits__ = ["Matthew Wakefield",]
2727
__license__ = "GPLv3"
28-
__version__ = "1.2.1"
28+
__version__ = "1.2.2"
2929
__maintainer__ = "Matthew Wakefield"
3030
__email__ = "wakefield@wehi.edu.au"
3131
__status__ = "production"

survivalvolume/tests/test_plot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
__copyright__ = "Copyright 2016 Matthew Wakefield, The Walter and Eliza Hall Institute and The University of Melbourne"
2727
__credits__ = ["Matthew Wakefield",]
2828
__license__ = "GPLv3"
29-
__version__ = "1.2.1"
29+
__version__ = "1.2.2"
3030
__maintainer__ = "Matthew Wakefield"
3131
__email__ = "wakefield@wehi.edu.au"
3232
__status__ = "production"

0 commit comments

Comments
 (0)