Skip to content

Commit

Permalink
Use latest mongodb and bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Hellander committed Jan 28, 2024
1 parent 989d9b1 commit aa5bd0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ services:
- 9001:9001

mongo:
image: mongo:5.0.2
image: mongo
restart: always
environment:
- MONGO_INITDB_ROOT_USERNAME=fedn_admin
Expand Down
2 changes: 1 addition & 1 deletion fedn/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='fedn',
version='0.6.0',
version='0.7.2',
description="""Scaleout Federated Learning""",
author='Scaleout Systems AB',
author_email='[email protected]',
Expand Down

0 comments on commit aa5bd0c

Please sign in to comment.