Skip to content

Commit

Permalink
Bump version to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
perimosocordiae committed Sep 29, 2023
1 parent e5b06fa commit b3044a8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@

# General information about the project.
project = u'metric-learn'
copyright = (u'2015-2020, CJ Carey, Yuan Tang, William de Vazelhes, Aurélien '
copyright = (u'2015-2023, CJ Carey, Yuan Tang, William de Vazelhes, Aurélien '
u'Bellet and Nathalie Vauquier')
author = (u'CJ Carey, Yuan Tang, William de Vazelhes, Aurélien Bellet and '
u'Nathalie Vauquier')
version = '0.6.2'
release = '0.6.2'
version = '0.7.0'
release = '0.7.0'
language = 'en'

exclude_patterns = ['_build']
Expand Down
2 changes: 1 addition & 1 deletion metric_learn/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.6.2'
__version__ = '0.7.0'

0 comments on commit b3044a8

Please sign in to comment.