Skip to content

Commit

Permalink
Preparing Next release: v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
garvit-joshi committed Feb 8, 2022
1 parent a3f1810 commit 9294c56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kompiler/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# SOFTWARE.


VERSION_NO = "0.7.0"
VERSION_NO = "1.2.0"

VERSION = "Kompiler: v"+VERSION_NO

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="0.7.0",
version="1.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 9294c56

Please sign in to comment.