Skip to content

Commit

Permalink
Bump wirecloud version
Browse files Browse the repository at this point in the history
  • Loading branch information
aarranz committed Jan 18, 2017
1 parent d2712c1 commit 3c3eb47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wirecloud/platform/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
# You should have received a copy of the GNU Affero General Public License
# along with Wirecloud. If not, see <http://www.gnu.org/licenses/>.

__version_info__ = (1, 0, 0)
__version_info__ = (1, 0, 1)
__version__ = '.'.join(map(str, __version_info__))

0 comments on commit 3c3eb47

Please sign in to comment.