Skip to content

Commit 333b3c5

Browse files
committed
3.0.0a1 version update
1 parent dc24bf1 commit 333b3c5

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, 6, '0c2', 'post')
26+
__version_info__ = (3, 0, '0a1')
2727
__version__ = '.'.join(map(str, __version_info__))
2828

2929

0 commit comments

Comments
 (0)