Skip to content

Commit ea812ce

Browse files
committed
Bump WireCloud version
1 parent b9a0443 commit ea812ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wirecloud/platform/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818
# along with Wirecloud. If not, see <http://www.gnu.org/licenses/>.
1919

2020
__version_info__ = (1, 1, 0)
21-
__version__ = '.'.join(map(str, __version_info__)) + 'rc1'
21+
__version__ = '.'.join(map(str, __version_info__))

0 commit comments

Comments
 (0)