Skip to content

Commit

Permalink
Bump version to 0.1.0
Browse files Browse the repository at this point in the history
Because some of the bugfixes are not backwards compatible, technically.
  • Loading branch information
jelmervdl committed Oct 30, 2023
1 parent 6c65848 commit 8c4e54a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
setup(
name = 'sacremoses',
packages = ['sacremoses'],
version = '0.0.53',
version = '0.1.0',
description = 'SacreMoses',
long_description = 'MosesTokenizer in Python',
author = '',
package_data={'sacremoses': ['data/perluniprops/*.txt', 'data/nonbreaking_prefixes/nonbreaking_prefix.*']},
url = 'https://github.com/alvations/sacremoses',
url = 'https://github.com/hplt-project/sacremoses',
keywords = [],
classifiers = [
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit 8c4e54a

Please sign in to comment.