We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2712c1 commit 3c3eb47Copy full SHA for 3c3eb47
1 file changed
src/wirecloud/platform/__init__.py
@@ -17,5 +17,5 @@
17
# You should have received a copy of the GNU Affero General Public License
18
# along with Wirecloud. If not, see <http://www.gnu.org/licenses/>.
19
20
-__version_info__ = (1, 0, 0)
+__version_info__ = (1, 0, 1)
21
__version__ = '.'.join(map(str, __version_info__))
0 commit comments