Skip to content

Commit

Permalink
Updating version number to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ajratner committed Oct 12, 2018
1 parent a2bb278 commit c7420bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Snorkel MeTaL (previously known as _MuTS_)
# Snorkel MeTaLs

<img src="assets/logo_01.png" width="150"/>

[![Build Status](https://travis-ci.com/HazyResearch/metal.svg?branch=master)](https://travis-ci.com/HazyResearch/metal)

**_v0.1.7_**
**_v0.2.0_**

## Getting Started
* Quickly [set up](#setup) your environment
Expand Down
2 changes: 1 addition & 1 deletion metal/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
"RandomSearchTuner",
]

__version__ = "0.1.7"
__version__ = "0.2.0"

0 comments on commit c7420bd

Please sign in to comment.