Skip to content

Commit

Permalink
fixing version number
Browse files Browse the repository at this point in the history
The version number has been messed-up at some point. The master branch
used to be 3.3 and now is has been "rewinded" to 3.2, which is the same
versions as in the brainvisa-5.1 branch.
See 2023/12/19
3e48e9d
wheras one year earlier, 2022/12/22
0c58fa6
I don't actually know if the latest pip releases have been made from the
branch brainvisa-5.1 or from master...
  • Loading branch information
denisri committed Jun 27, 2024
1 parent f296d1e commit 62d84df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/soma_workflow/info.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# -*- coding: utf-8 -*-

version_major = 3
version_minor = 2
version_micro = 3
version_minor = 3
version_micro = 0
version_extra = ''

# Format expected by setup.py and doc/source/conf.py: string of form "X.Y.Z"
Expand Down

0 comments on commit 62d84df

Please sign in to comment.