Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
tomplex committed Aug 5, 2020
1 parent e5fe287 commit 59ac484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meridian/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
VERSION = (0, 3, 0)
VERSION = (0, 3, 1)

__version__ = ".".join(map(str, VERSION))

0 comments on commit 59ac484

Please sign in to comment.