Bumped version to 0.7.0 This release includes the new bare-dump command
1 files changed, 1 insertions(+), 1 deletions(-) M setup.py
M setup.py => setup.py +1 -1
@@ 2,7 2,7 @@ from setuptools import setup setup( name='bare', - version='0.6.0', + version='0.7.0', packages=['bare'], url='https://git.sr.ht/~martijbraam/bare-py', license='MIT',