diff --git a/fluent.pygments/setup.cfg b/fluent.pygments/setup.cfg index 8d2fff3d..4ffbb87b 100644 --- a/fluent.pygments/setup.cfg +++ b/fluent.pygments/setup.cfg @@ -1,5 +1,5 @@ [metadata] -version=0.1.0 +version=1.0 [bdist_wheel] universal=1 diff --git a/fluent.runtime/setup.cfg b/fluent.runtime/setup.cfg index 530e3db7..3844d0bf 100644 --- a/fluent.runtime/setup.cfg +++ b/fluent.runtime/setup.cfg @@ -1,5 +1,5 @@ [metadata] -version=0.3 +version=0.3.1 [bdist_wheel] universal=1 diff --git a/fluent.runtime/setup.py b/fluent.runtime/setup.py index af460639..28f86872 100755 --- a/fluent.runtime/setup.py +++ b/fluent.runtime/setup.py @@ -26,7 +26,7 @@ packages=['fluent', 'fluent.runtime'], # These should also be duplicated in tox.ini and /.github/workflows/fluent.runtime.yml install_requires=[ - 'fluent.syntax>=0.17,<0.18', + 'fluent.syntax>=0.17,<0.19', 'attrs', 'babel', 'pytz', diff --git a/fluent.syntax/setup.cfg b/fluent.syntax/setup.cfg index 678eea93..fa8b8a09 100644 --- a/fluent.syntax/setup.cfg +++ b/fluent.syntax/setup.cfg @@ -1,5 +1,5 @@ [metadata] -version=0.17.0 +version=0.18.0 [bdist_wheel] universal=1