Skip to content

Commit

Permalink
Prepare for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
m-martin-j committed Oct 13, 2022
1 parent 9cb3661 commit c2683df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cdcstream/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
__author__ = 'Martin Trat'
__email__ = '[email protected]'
__license__ = 'GNU General Public License v3.0'
__version__ = '0.1.5'
__version__ = '0.1.6'


import sys
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "cdcstream"
version = "0.1.5"
version = "0.1.6"
description = "Implementation of Ienco's algorithm CDCStream"
readme = "DESCRIPTION.md"
authors = ["Martin Trat <[email protected]>"]
Expand Down

0 comments on commit c2683df

Please sign in to comment.