Skip to content

Commit

Permalink
Preparing release 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tcezard committed Aug 4, 2017
1 parent 36748ae commit a27dec7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Changelog for Pyclarity-Lims
============================

0.5 (unreleased)
----------------
0.4.1 (2017-08-04)
------------------

- Add ability to create step with replicates (multiple output artifacts)

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
requirements_txt = join(abspath(dirname(__file__)), 'requirements.txt')
requirements = [l.strip() for l in open(requirements_txt) if l and not l.startswith('#')]

version = '0.5.dev0'
version = '0.4.1'


setup(name='pyclarity_lims',
Expand Down

0 comments on commit a27dec7

Please sign in to comment.