Skip to content

Commit

Permalink
Fixing version syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhermef committed Dec 23, 2020
1 parent c093998 commit 32f9e5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tornado_eventsource/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-

__version__ = '2.0.0-rc1'
__version__ = '2.0.0rc2'

0 comments on commit 32f9e5a

Please sign in to comment.