Skip to content

Commit

Permalink
v0.8.0, messed up release, second try...
Browse files Browse the repository at this point in the history
  • Loading branch information
nlgranger committed May 5, 2018
1 parent 9ca0a80 commit ce21343
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.txt
@@ -1,7 +1,7 @@
# Changelog
All notable changes to this project will be documented in this file.

## [0.8] - 2018-05-05
## [0.8.0] - 2018-05-05
### Added
- added CHANGELOG
- added simple debugging functions in `seqtools.instrument`
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -26,7 +26,7 @@ def run_tests(self):
license="MPL2",
url="https://github.com/nlgranger/SeqTools",
packages=['seqtools'],
version='0.8',
version='0.8.0',
install_requires=[
'typing;python_version<"3.6"',
'backports.weakref;python_version<"3"',
Expand Down

0 comments on commit ce21343

Please sign in to comment.