Skip to content

Commit a0b8b61

Browse files
author
TOPAPEC
committed
Bump version to 0.19.0rc1 for test PyPI
1 parent 81ef4f7 commit a0b8b61

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "RecTools"
3-
version = "0.19.0"
3+
version = "0.19.0rc1"
44
description = "An easy-to-use Python library for building recommendation systems"
55
license = "Apache-2.0"
66
authors = [

rectools/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
VERSION = "0.19.0"
15+
VERSION = "0.19.0rc1"

0 commit comments

Comments
 (0)