Skip to content

Commit 9aaac2d

Browse files
committed
Updating version numbers for v1.0.2
1 parent d0bbf94 commit 9aaac2d

4 files changed

Lines changed: 12 additions & 7 deletions

File tree

NEWS.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ stepRNA is available for download at:
44
- PyPI: [https://pypi.org/project/stepRNA/](https://pypi.org/project/stepRNA/)
55
- Github: [https://github.com/bmm514/stepRNA/releases](https://github.com/bmm514/stepRNA/releases)
66

7-
v1.b0 is the first version released to the public, v1.0.1 is the latest version.
7+
v1.b0 is the first version released to the public, v1.0.2 is the latest version.
88

99
stepRNA is licensed under the MIT license. See [LICENSE](https://github.com/bmm514/stepRNA/blob/master/LICENSE) file for details.
1010

@@ -17,6 +17,11 @@ Please report any issues to the stepRNA GitHub page or via email:
1717

1818
## Version Release History
1919

20+
**Version 1.0.2 - 4 Mar, 2021**
21+
22+
- Fixing upload issue from v1.0.1
23+
- Full manual still to be added
24+
2025
**Version 1.0.1 - 4 Mar, 2021**
2126

2227
- Fixing a probelm with underhang length calculation

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -100,10 +100,10 @@ See the [MANUAL](URL_LINK) for more information
100100

101101
Latest release notes:
102102

103-
**Version 1.0.1 - 4 Mar, 2021**
103+
**Version 1.0.2 - 4 Mar, 2021**
104104

105-
- Fixing a probelm with underhang length calculation
106-
- Full Manual still to be added
105+
- Fixing upload issue from v1.0.1
106+
- Full manual still to be added
107107

108108
See [NEWS](https://github.com/bmm514/stepRNA/blob/master/NEWS.md) for historical updates of release notes
109109

@@ -115,7 +115,7 @@ stepRNA is licensed under the MIT license. See [LICENSE](https://github.com/bmm
115115

116116
For more information:
117117
- Go to [FAQs](https://github.com/bmm514/stepRNA/blob/master/FAQs.md) to see commonly asked quesitons
118-
- Loo at the [USER MANUAL](URL_LINK) to see detailed instructions and all of the available options
118+
- Look at the [USER MANUAL](URL_LINK) to see detailed instructions and all of the available options
119119

120120
If you use stepRNA in your work please cite:
121121

bin/stepRNA

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ optional.add_argument('-d', '--directory', default = os.curdir, help='Directory
5858
optional.add_argument('-m', '--min_score', default=-1, type=int, help='Minimum score to accept. Default is the shortest read length')
5959
flags.add_argument('-e', '--remove_exact', action='store_true', help='Remove exact read matches to the reference sequence')
6060
flags.add_argument('-u', '--make_unique', action='store_true', help='Make FASTA headers unique in reference and reads i.e. >Ref_1 and >Read_1')
61-
flags.add_argument('-V', '--version', action='version', version='stepRNA v1.0.1', help='Print version number then exit.')
61+
flags.add_argument('-V', '--version', action='version', version='stepRNA v1.0.2', help='Print version number then exit.')
6262

6363
args = parser.parse_args()
6464

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
long_description = fh.read()
55

66
setuptools.setup(name='stepRNA',
7-
version='1.0.1',
7+
version='1.0.2',
88
author='Ben Murcott',
99
author_email='bmm41@bath.ac.uk',
1010
description='Align short RNA seqeuncing reads to determine the length of of overhang.',

0 commit comments

Comments
 (0)