Skip to content

Commit adb65f5

Browse files
committed
Version bump
1 parent a1b8630 commit adb65f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

abe/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.1.0'
1+
__version__ = '0.2.0'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from abe import __version__
66

77
setup(
8-
name='ABE-mocks for python',
8+
name='abe-python',
99
description='Parse ABE files for usage within python tests',
1010
version=__version__,
1111
author='Carles Barrobés',

0 commit comments

Comments
 (0)