bump version

This commit is contained in:
Milan Kolar 2021-04-14 00:08:48 +02:00
parent 5fa5291f39
commit 0d5ae733b0
2 changed files with 2 additions and 2 deletions

View file

@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-
"""Package declaring Pype version."""
__version__ = "3.0.0-beta"
__version__ = "3.0.0-beta2"

View file

@ -1,6 +1,6 @@
[tool.poetry]
name = "OpenPype"
version = "3.0.0-alpha1"
version = "3.0.0-beta2"
description = "Multi-platform open-source pipeline built around the Avalon platform, expanding it with extra features and integrations."
authors = ["OpenPype Team <info@openpype.io>"]
license = "MIT License"