We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07c2942 commit 7a7c9f9Copy full SHA for 7a7c9f9
python/cs2cpp/__init__.py
@@ -3,7 +3,7 @@
3
4
from .CSharpToCpp import CSharpToCpp
5
6
-__version__ = "0.1.0"
+__version__ = "0.1.1"
7
__copyright__ = "2019"
8
__authors__ = ["Ethosa", "Konard"]
9
python/setup.py
@@ -5,7 +5,7 @@
setuptools.setup(
name="cs2cpp",
- version="0.1.0",
+ version="0.1.1",
author="Ethosa",
10
author_email="[email protected]",
11
description="Csharp to Cpp code translator",
0 commit comments