Skip to content

Commit

Permalink
Release 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
emberian committed Mar 3, 2014
1 parent 9fbeb8e commit 6b2466a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
=================
cargo-lite v1.1.0
cargo-lite v1.1.1
=================

``cargo-lite`` is an interim package manager for Rust that is sloppily
Expand Down
2 changes: 1 addition & 1 deletion cargo-lite
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ from colorama import init, Fore
# its strength advantage over md5.
from pyblake2 import blake2b as blake2

VERSION = "cargo-lite 1.1.0"
VERSION = "cargo-lite 1.1.1"
tempdirs = []

init()
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from setuptools import setup

setup(name='cargo-lite',
version='1.1.0',
version='1.1.1',
description='Rust package manager',
author='Corey Richardson',
author_email='corey@octayn.net',
Expand Down

0 comments on commit 6b2466a

Please sign in to comment.