Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewleap-optimizely committed Jan 18, 2024
1 parent f778989 commit 314ed24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion optimizely/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version_info = (5, 0, '0-beta')
version_info = (5, 0, 0)
__version__ = '.'.join(str(v) for v in version_info)

0 comments on commit 314ed24

Please sign in to comment.