Skip to content

Commit

Permalink
Bump to version 1.19.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
even1024 committed Mar 14, 2024
1 parent a948e21 commit 8cd9f1e
Show file tree
Hide file tree
Showing 14 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions .ci/version.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
1.19.0
dev
rc
1

ddf4b2bc0430d042ac985bfd6c0c6a6766dc0e84091cf3b6533404924aa1f0e5
ee1c8c68ad36b6ac8302a1e4de0472c5f5774bb2f073c20a5d9303db7bc8c9f8
2 changes: 1 addition & 1 deletion api/dotnet/src/Indigo.Net.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFrameworks>netstandard2.0</TargetFrameworks>
<Version>1.19.0-dev.1</Version>
<Version>1.19.0-rc.1</Version>
<Authors>EPAM Systems Life Science Department</Authors>
<Company>EPAM Systems</Company>
<Description>Universal cheminformatics toolkit</Description>
Expand Down
2 changes: 1 addition & 1 deletion api/http/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
anyio==3.7.0
asgiref==3.7.1
click==8.1.3
epam.indigo==1.19.0.dev1
epam.indigo==1.19.0.rc1
fastapi==0.95.2
h11==0.14.0
idna==3.4
Expand Down
2 changes: 1 addition & 1 deletion api/http/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

setup_kwargs = {
"name": "indigo-service",
"version": "1.19.0.dev1",
"version": "1.19.0.rc1",
"description": "",
"long_description": None,
"author": "Ruslan Khyurri",
Expand Down
2 changes: 1 addition & 1 deletion api/indigo-version.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
set(INDIGO_DEFAULT_VERSION "1.19.0-dev.1")
set(INDIGO_DEFAULT_VERSION "1.19.0-rc.1")
set(INDIGO_MAX_REVISION 1000)
find_package(Git)
if(GIT_EXECUTABLE)
Expand Down
2 changes: 1 addition & 1 deletion api/java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>${maven.compiler.source}</maven.compiler.target>
<revision>1.19.0-dev.1</revision>
<revision>1.19.0-rc.1</revision>
</properties>

<licenses>
Expand Down
2 changes: 1 addition & 1 deletion api/python/indigo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
from .indigo.indigo_exception import IndigoException # noqa
from .indigo.indigo_object import IndigoObject # noqa

__version__ = "1.19.0.dev1"
__version__ = "1.19.0.rc1"
2 changes: 1 addition & 1 deletion api/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@

setup(
name="epam.indigo",
version="1.19.0.dev1",
version="1.19.0.rc1",
description="Indigo universal cheminformatics toolkit",
author="EPAM Systems Life Science Department",
author_email="lifescience.opensource@epam.com",
Expand Down
2 changes: 1 addition & 1 deletion api/r/DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: rindigo
Version: 1.19.0-dev.1
Version: 1.19.0-rc.1
Date: 2020-12-10
Title: R Package for Indigo Toolkit
Authors@R: c(person(given = "Mikhail", family = "Kviatkovskii", role = c("cre"),
Expand Down
2 changes: 1 addition & 1 deletion api/wasm/indigo-ketcher/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "indigo-ketcher",
"version": "1.19.0-dev.1-2",
"version": "1.19.0-rc.1-2",
"description": "WASM implementation of Indigo organic chemistry toolkit web service for Ketcher",
"main": "indigo-ketcher.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion bingo/bingo-elastic/java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.epam.indigo</groupId>
<artifactId>bingo-elastic</artifactId>
<version>1.19.0-dev.1</version>
<version>1.19.0-rc.1</version>
<packaging>jar</packaging>

<name>Bingo Elastic</name>
Expand Down
2 changes: 1 addition & 1 deletion bingo/bingo-elastic/python/bingo_elastic/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.19.0.dev1"
__version__ = "1.19.0.rc1"
4 changes: 2 additions & 2 deletions bingo/bingo-elastic/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

setup(
name="bingo_elastic",
version="1.19.0.dev1",
version="1.19.0.rc1",
description="Cartridge that provides fast, scalable, and efficient storage and searching solution for chemical information using Elasticsearch",
author="Ruslan Khyurri",
author_email="ruslan_khyurri@epam.com",
Expand All @@ -35,7 +35,7 @@
download_url="https://pypi.org/project/bingo_elastic",
python_requires=">=3.7",
packages=["bingo_elastic", "bingo_elastic.model"],
install_requires=["epam.indigo==1.19.0.dev1", "elasticsearch==7.16.2"],
install_requires=["epam.indigo==1.19.0.rc1", "elasticsearch==7.16.2"],
extras_require={
"async": ["elasticsearch[async]==7.16.2"],
"dev": [
Expand Down
2 changes: 1 addition & 1 deletion utils/indigo-ml/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@

setup(
name="epam.indigo",
version="1.19.0.dev1",
version="1.19.0.rc1",
description="Indigo universal cheminformatics toolkit",
author="EPAM Systems Life Science Department",
author_email="lifescience.opensource@epam.com",
Expand Down

0 comments on commit 8cd9f1e

Please sign in to comment.