Skip to content

Commit

Permalink
Prep 0.1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
cdent committed Jan 1, 2015
1 parent c982a57 commit ce4bc74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ test:
dist: test
python setup.py sdist

release: clean test cleanagain tagv pypi peermore
release: clean test cleanagain tagv pypi

pypi:
python setup.py sdist upload
2 changes: 1 addition & 1 deletion gabbi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
# License for the specific language governing permissions and limitations
# under the License.

__version__ = '0.1.0'
__version__ = '0.1.1'

0 comments on commit ce4bc74

Please sign in to comment.