Commit 63a6cf0d authored by Romain Courteaud's avatar Romain Courteaud

Bump version

parent 15e0532a
...@@ -22,7 +22,7 @@ from setuptools import setup, find_packages ...@@ -22,7 +22,7 @@ from setuptools import setup, find_packages
setup( setup(
name="surykatka", name="surykatka",
version="0.0.1", version="0.1.0",
license="GPLv3+", license="GPLv3+",
author="Nexedi", author="Nexedi",
author_email="romain@nexedi.com", author_email="romain@nexedi.com",
......
...@@ -34,7 +34,7 @@ import email.utils ...@@ -34,7 +34,7 @@ import email.utils
from collections import OrderedDict from collections import OrderedDict
__version__ = "0.0.3" __version__ = "0.1.0"
class BotError(Exception): class BotError(Exception):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment