Skip to content

Commit

Permalink
dvc: bump to 2.0.0a0 (iterative#5250)
Browse files Browse the repository at this point in the history
Looking at the log is confusing, as the version is stuck in `1.11.0` whereas the recent one is `1.11.10`.

As the updater is also dependent on that version, it prints an ugly update message while running too.
iterative#5023 (comment)
  • Loading branch information
skshetry authored Jan 12, 2021
1 parent a2c91d2 commit 49974c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dvc/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import os
import subprocess

_BASE_VERSION = "1.11.0"
_BASE_VERSION = "2.0.0a0"


def _generate_version(base_version):
Expand Down

0 comments on commit 49974c0

Please sign in to comment.