Skip to content

Commit

Permalink
changed variables for version
Browse files Browse the repository at this point in the history
  • Loading branch information
fractalego committed May 27, 2024
1 parent b88f4d2 commit b30179b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# WAFL 0.0.80 [![Tests](https://github.com/fractalego/wafl/actions/workflows/development-tests1.yml/badge.svg)](https://github.com/fractalego/wafl/actions/workflows/development-tests1.yml)[![Docs](https://readthedocs.org/projects/wafl/badge/?version=latest)](https://wafl.readthedocs.io/en/latest/)
# WAFL 0.0.90 [![Tests](https://github.com/fractalego/wafl/actions/workflows/development-tests1.yml/badge.svg)](https://github.com/fractalego/wafl/actions/workflows/development-tests1.yml)[![Docs](https://readthedocs.org/projects/wafl/badge/?version=latest)](https://wafl.readthedocs.io/en/latest/)

Introduction
============
Expand Down
2 changes: 1 addition & 1 deletion documentation/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Welcome to WAFL's 0.0.80 documentation!
Welcome to WAFL's 0.0.90 documentation!
=======================================

.. toctree::
Expand Down
4 changes: 2 additions & 2 deletions wafl/variables.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
def get_variables():
return {
"version": "0.0.84",
"version": "0.0.90",
}


def is_supported(wafl_llm_version):
supported_versions = ["0.0.82", "0.0.83"]
supported_versions = ["0.0.90"]
return wafl_llm_version in supported_versions

0 comments on commit b30179b

Please sign in to comment.