Skip to content

Commit

Permalink
Renamed string, Version bump to 0.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
lin-toto committed Jul 18, 2017
1 parent dfd45b9 commit 454d6b9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cyaron/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from __future__ import absolute_import
from .io import IO
from .graph import Graph, Edge
from .str import String
from .string import String
from .sequence import Sequence
from .utils import *
from .consts import *
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='cyaron',
version='0.2.7',
version='0.2.8',
keywords='olympic informatics luogu aqours cyaron lovelive sunshine online judge',
description='CYaRon: Yet Another Random Olympic-iNformatics test data generator, A library for automatically generating test data for Online Judge, Olympic Informatics or automatic application testing',
license='LGPLv3',
Expand Down

0 comments on commit 454d6b9

Please sign in to comment.