Skip to content

Commit 4c3bd3a

Browse files
committed
Bump version to 0.1.0.
1 parent f68ae99 commit 4c3bd3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ebtables.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import sys
44
from cffi import FFI
55

6-
__version__ = '0.1.0-dev'
6+
__version__ = '0.1.0'
77

88
EBTABLES_LIBRARY_PATH = os.getenv('EBTABLES_LIBRARY_PATH') or '/lib/ebtables'
99

0 commit comments

Comments
 (0)