Skip to content

Commit c6785cd

Browse files
committed
- version 1.0.0 released
- changed __init__.py __version__ to '1.0.0' thus LARA is ready for release - a gép forog, az alkotó pihen
1 parent 8d28435 commit c6785cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lara/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Lara - Lingusitic Aim Recognizer API
44

55
__all__ = 'nlp','parser','tippmix','entities'
6-
__version__ = '0.9.9'
6+
__version__ = '1.0.0'
77
__version_info__ = tuple(int(num) for num in __version__.split('.'))
88

99
import sys

0 commit comments

Comments
 (0)