Skip to content
This repository has been archived by the owner on Jan 30, 2018. It is now read-only.

Commit

Permalink
Bump version: 0.2.0 → 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
oskarihiltunen committed Nov 18, 2013
1 parent 757f3ce commit 36a1798
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.2.0
current_version = 0.2.1
files = setup.py README.rst package.json
commit = True
tag = True
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Flask-Split-JS version 0.2.0
Flask-Split-JS version 0.2.1
============================

.. image:: https://travis-ci.org/FelixLoether/flask-split-js.png?branch=master
Expand Down Expand Up @@ -68,6 +68,6 @@ reset
Resources
---------

- `Flask-Split on PyPI <https://pypi.python.org/pypi/Flask-Split/0.2.0>`_
- `Flask-Split on PyPI <https://pypi.python.org/pypi/Flask-Split/0.2.1>`_
- `Code <https://github.com/FelixLoether/flask-split-js>`_
- `Issue tracker <https://github.com/FelixLoether/flask-split-js/issues>`_
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Flask-Split-JS",
"private": true,
"version": "0.2.0",
"version": "0.2.1",
"devDependencies": {
"mocha": "1.14.x",
"uglify-js": "2.4.x"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def run(self):

setup(
name='Flask-Split-JS',
version='0.2.0',
version='0.2.1',
url='http://github.com/FelixLoether/flask-split-js',
license='MIT',
author='Oskari Hiltunen',
Expand Down

0 comments on commit 36a1798

Please sign in to comment.