Skip to content

Commit

Permalink
bump to 0.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
sslivkoff committed Mar 19, 2022
1 parent d062296 commit 0f5c07f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -3,7 +3,7 @@

setuptools.setup(
name='checkthechain',
version='0.2.8',
version='0.2.9',
packages=setuptools.find_packages("./src"),
package_dir={'': 'src'},
package_data={'ctc': ['default_data/*']},
Expand Down
2 changes: 1 addition & 1 deletion src/ctc/__init__.py
@@ -1,5 +1,5 @@
# TODO: set __version__ in setup.cfg for single source of truth
# - https://packaging.python.org/en/latest/guides/single-sourcing-package-version/
# - using importlib.metadata adds too much to startup time, not good for cli's
__version__ = '0.2.8'
__version__ = '0.2.9'

0 comments on commit 0f5c07f

Please sign in to comment.