Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
bgyori committed May 30, 2021
1 parent eb23227 commit f3ff08e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emmaa/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import logging

__version__ = '1.14.0'
__version__ = '1.15.0'

logging_format = '%(levelname)s: [%(asctime)s] %(name)s - %(message)s'
logging.basicConfig(format=logging_format, level=logging.INFO,
Expand Down

0 comments on commit f3ff08e

Please sign in to comment.