Skip to content

Commit 0b4e0d7

Browse files
committed
Change name & bump version for experimental version
1 parent e6da2fa commit 0b4e0d7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
version=0.11.2
16+
version=0.12.0-alpha1
1717
ideaVersion=2021.2.3
1818
sinceBuild=181.5684
1919
untilBuild=

src/main/resources/META-INF/plugin.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
-->
1616

1717
<idea-plugin>
18-
<id>com.leinardi.pycharm.mypy</id>
19-
<name>Mypy</name>
20-
<vendor url="https://github.com/leinardi/mypy-pycharm">Roberto Leinardi</vendor>
18+
<id>com.leinardi.pycharm.mypy.experimental</id>
19+
<name>Mypy (experimental)</name>
20+
<vendor url="https://github.com/intgr/mypy-pycharm">Marti Raudsepp</vendor>
2121

2222
<!-- please see http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/plugin_compatibility.html
2323
on how to target different products -->

0 commit comments

Comments
 (0)