Skip to content

Commit 3c3eb47

Browse files
committed
Bump wirecloud version
1 parent d2712c1 commit 3c3eb47

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/wirecloud/platform/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717
# You should have received a copy of the GNU Affero General Public License
1818
# along with Wirecloud. If not, see <http://www.gnu.org/licenses/>.
1919

20-
__version_info__ = (1, 0, 0)
20+
__version_info__ = (1, 0, 1)
2121
__version__ = '.'.join(map(str, __version_info__))

0 commit comments

Comments
 (0)