Skip to content
This repository has been archived by the owner on May 8, 2023. It is now read-only.

Commit

Permalink
Bumps version to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Averylamp committed May 26, 2022
1 parent e86709d commit 82bb6f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

package:
name: yahp
version: "0.1.0"
version: "0.1.1"

source:
git_url: https://github.com/mosaicml/yahp.git
git_rev: v0.1.0
git_rev: v0.1.1
git_depth: -1

channels:
Expand Down
2 changes: 1 addition & 1 deletion yahp/version.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
""" YAHP Versioning """
__version_major__ = 0
__version_minor__ = 1
__version_patch__ = 0
__version_patch__ = 1
__version__ = f'v{__version_major__}.{__version_minor__}.{__version_patch__}'

0 comments on commit 82bb6f7

Please sign in to comment.