Skip to content

Commit 454d6b9

Browse files
committed
Renamed string, Version bump to 0.2.8
1 parent dfd45b9 commit 454d6b9

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

cyaron/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from __future__ import absolute_import
88
from .io import IO
99
from .graph import Graph, Edge
10-
from .str import String
10+
from .string import String
1111
from .sequence import Sequence
1212
from .utils import *
1313
from .consts import *
File renamed without changes.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='cyaron',
5-
version='0.2.7',
5+
version='0.2.8',
66
keywords='olympic informatics luogu aqours cyaron lovelive sunshine online judge',
77
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',
88
license='LGPLv3',

0 commit comments

Comments
 (0)