Skip to content

Commit

Permalink
Update version.py
Browse files Browse the repository at this point in the history
revert version to 1.7.0-dev to keep legacy scripts running
  • Loading branch information
arnaudbore authored Jan 12, 2024
1 parent f8ea9ee commit 139c379
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scilpy/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
import os

# Format expected by setup.py and doc/source/conf.py: string of form "X.Y.Z"
_version_major = 2
_version_minor = 0
_version_major = 1
_version_minor = 7
_version_micro = 0
_version_extra = 'dev'

Expand Down

0 comments on commit 139c379

Please sign in to comment.