bump rc version

This commit is contained in:
Milan Kolar 2021-05-04 22:57:05 +02:00
parent 7d4063616f
commit b00e9f7ad8
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-rc1"
__version__ = "3.0.0-rc2"

View file

@ -1,6 +1,6 @@
[tool.poetry]
name = "OpenPype"
version = "3.0.0-rc1"
version = "3.0.0-rc2"
description = "Open VFX and Animation pipeline with support."
authors = ["OpenPype Team <info@openpype.io>"]
license = "MIT License"