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.1.0 → 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oskarihiltunen committed Nov 12, 2013
1 parent ef2e4f0 commit 09825f1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.1.0
current_version = 0.2.0
files = setup.py README.rst package.json
commit = True
tag = True
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Flask-Split-JS version 0.1.0
Flask-Split-JS version 0.2.0
============================

.. image:: https://travis-ci.org/FelixLoether/flask-split-js.png?branch=master
Expand Down
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.1.0",
"version": "0.2.0",
"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.1.0',
version='0.2.0',
url='http://github.com/FelixLoether/flask-split-js',
license='MIT',
author='Oskari Hiltunen',
Expand Down

0 comments on commit 09825f1

Please sign in to comment.