Skip to content

Commit 7a7c9f9

Browse files
author
SakiKawasaki
committed
v0.1.1
1 parent 07c2942 commit 7a7c9f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

python/cs2cpp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
from .CSharpToCpp import CSharpToCpp
55

6-
__version__ = "0.1.0"
6+
__version__ = "0.1.1"
77
__copyright__ = "2019"
88
__authors__ = ["Ethosa", "Konard"]
99

python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="cs2cpp",
8-
version="0.1.0",
8+
version="0.1.1",
99
author="Ethosa",
1010
author_email="[email protected]",
1111
description="Csharp to Cpp code translator",

0 commit comments

Comments
 (0)