Skip to content
Snippets Groups Projects
Commit 99f4720f authored by INADA Naoki's avatar INADA Naoki
Browse files

0.9.2

parent fa43bf7d
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,7 @@ from .times import (
DateFromTicks, TimeFromTicks, TimestampFromTicks)
VERSION = (0, 9, 1, None)
VERSION = (0, 9, 2, None)
if VERSION[3] is not None:
VERSION_STRING = "%d.%d.%d_%s" % VERSION
else:
......
......@@ -2,7 +2,7 @@
import io
from setuptools import setup, find_packages
version = "0.9.1"
version = "0.9.2"
with io.open('./README.rst', encoding='utf-8') as f:
readme = f.read()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment