Skip to content

Commit

Permalink
version: bump to 0.0.1a1
Browse files Browse the repository at this point in the history
  • Loading branch information
pared committed Feb 17, 2021
1 parent 361dd22 commit 5903bc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,4 @@ The interface consists of three main methods:

2. :code:`dvclive.log(metric, value, step)` - logs the metric value. The value and step will be appended to :code:`path/{metric}.tsv` file. The step value is optional.

3. :code:`dvclive.next_step()` - signals :code:`dvclive` that current step has ended. Executed automatically if :code:`metric` is logged again.

3. :code:`dvclive.next_step()` - signals :code:`dvclive` that current step has ended. Executed automatically if same :code:`metric` is logged again.
2 changes: 1 addition & 1 deletion dvclive/version.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import os
import subprocess

_BASE_VERSION = "0.0.1a0"
_BASE_VERSION = "0.0.1a1"


def _generate_version(base_version):
Expand Down

0 comments on commit 5903bc2

Please sign in to comment.