Skip to content

Commit 5bd447a

Browse files
committed
update release branch configuration and bump version to 0.0.39.7
1 parent 1b25e1e commit 5bd447a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Upload Python Package
22

33
on:
44
push:
5-
branches: [ "development_2.1" ]
5+
branches: [ "development_2.1", "release/2.x" ]
66

77
permissions:
88
contents: read

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import setup, find_packages
22

3-
# VERSION = '0.0.39.6'
4-
VERSION = '0.0.40.dev0'
3+
VERSION = '0.0.39.7'
4+
# VERSION = '0.0.40.dev0'
55
DESCRIPTION = 'Grisera-api package'
66
LONG_DESCRIPTION = 'Graph Representation Integrating Signals for Emotion Recognition and Analysis (GRISERA) framework provides a persistent model for storing integrated signals and methods for its creation.'
77

0 commit comments

Comments
 (0)