Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
loganbvh committed Feb 5, 2021
1 parent 816f191 commit 8955c51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sequencing/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
# This source code is licensed under the BSD-style license found in the
# LICENSE file in the root directory of this source tree.

__version_info__ = (1, 1, 1)
__version_info__ = (1, 1, 3)
__version__ = ".".join(map(str, __version_info__))

0 comments on commit 8955c51

Please sign in to comment.