Skip to content

Commit a074f6a

Browse files
committed
Make version 2.1.0c1.post
1 parent 68c98bc commit a074f6a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cassandra/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def emit(self, record):
2323
logging.getLogger('cassandra').addHandler(NullHandler())
2424

2525

26-
__version_info__ = (2, 1, '0c1')
26+
__version_info__ = (2, 1, '0c1', 'post')
2727
__version__ = '.'.join(map(str, __version_info__))
2828

2929

0 commit comments

Comments
 (0)