Skip to content

Commit

Permalink
brayns: release 3.1.0, py-brayns: release 3.1.0. (#1826)
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrien4193 committed Feb 9, 2023
1 parent 48bdcd7 commit 24f9c23
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 38 deletions.
4 changes: 2 additions & 2 deletions bluebrain/repo-bluebrain/packages/brayns/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@


class Brayns(CMakePackage):
"""Interactive visualizer for large-scale scientific data
"""
"""Interactive visualizer for large-scale scientific data"""

homepage = "https://github.com/BlueBrain/Brayns"
git = "https://github.com/BlueBrain/Brayns.git"
Expand All @@ -17,6 +16,7 @@ class Brayns(CMakePackage):

version('develop', branch='develop')
version('3.0.0', tag='3.0.0')
version('3.1.0', tag='3.1.0')

variant('blueconfig', default=True, description='BlueConfig support')

Expand Down

This file was deleted.

1 change: 1 addition & 0 deletions bluebrain/repo-bluebrain/packages/py-brayns/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ class PyBrayns(PythonPackage):

version('develop', branch='develop')
version('3.0.0', tag='3.0.0')
version('3.1.0', tag='3.1.0')

depends_on('[email protected]:', type=('build', 'run'))
depends_on('[email protected]:')

0 comments on commit 24f9c23

Please sign in to comment.