Skip to content

Commit

Permalink
Updating version numbers for v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bmm514 committed Mar 4, 2021
1 parent d0bbf94 commit 9aaac2d
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 7 deletions.
7 changes: 6 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ stepRNA is available for download at:
- PyPI: [https://pypi.org/project/stepRNA/](https://pypi.org/project/stepRNA/)
- Github: [https://github.com/bmm514/stepRNA/releases](https://github.com/bmm514/stepRNA/releases)

v1.b0 is the first version released to the public, v1.0.1 is the latest version.
v1.b0 is the first version released to the public, v1.0.2 is the latest version.

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

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

## Version Release History

**Version 1.0.2 - 4 Mar, 2021**

- Fixing upload issue from v1.0.1
- Full manual still to be added

**Version 1.0.1 - 4 Mar, 2021**

- Fixing a probelm with underhang length calculation
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,10 @@ See the [MANUAL](URL_LINK) for more information

Latest release notes:

**Version 1.0.1 - 4 Mar, 2021**
**Version 1.0.2 - 4 Mar, 2021**

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

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

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

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

If you use stepRNA in your work please cite:

Expand Down
2 changes: 1 addition & 1 deletion bin/stepRNA
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ optional.add_argument('-d', '--directory', default = os.curdir, help='Directory
optional.add_argument('-m', '--min_score', default=-1, type=int, help='Minimum score to accept. Default is the shortest read length')
flags.add_argument('-e', '--remove_exact', action='store_true', help='Remove exact read matches to the reference sequence')
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')
flags.add_argument('-V', '--version', action='version', version='stepRNA v1.0.1', help='Print version number then exit.')
flags.add_argument('-V', '--version', action='version', version='stepRNA v1.0.2', help='Print version number then exit.')

args = parser.parse_args()

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
long_description = fh.read()

setuptools.setup(name='stepRNA',
version='1.0.1',
version='1.0.2',
author='Ben Murcott',
author_email='[email protected]',
description='Align short RNA seqeuncing reads to determine the length of of overhang.',
Expand Down

0 comments on commit 9aaac2d

Please sign in to comment.