Skip to content

Commit

Permalink
Version@0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
garvit-joshi committed Apr 27, 2021
1 parent dc960f3 commit ff523d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kompiler/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@


def clear_screen():
system('cls' if name=='nt' else 'clear')
system('cls' if name == 'nt' else 'clear')


def main():
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="kompiler",
version="v0.1.6",
version="v0.2.0",
author="Garvit Joshi",
author_email="garvitjoshi9@gmail.com",
description="A package for auto compiling C++ files as soon as they are saved.",
Expand Down

0 comments on commit ff523d4

Please sign in to comment.