Skip to content

Commit

Permalink
Bump to 0.1.0
Browse files Browse the repository at this point in the history
Bump to 0.1.0
  • Loading branch information
actions-user committed May 14, 2022
1 parent f559d12 commit f27c4df
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Changelog

<!--next-version-placeholder-->

## v0.1.0 (2022-05-14)
### Feature
* **api.py:** Add api ([`f559d12`](https://github.com/aadhithya/rajiniPP/commit/f559d122bc3abb0616457bdb85ec1c5ef8451036))
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "rajinipp"
version = "0.0.1"
version = "0.1.0"
description = "Rajini++ (rajiniPP) is a programming language based on the iconic dialogues by Rajinikanth."
authors = ["Aadhithya Sankar <[email protected]>"]
license = "MIT License"
Expand Down
2 changes: 1 addition & 1 deletion rajinipp/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""rajini++"""

__version__ = "0.0.1"
__version__ = "0.1.0"
__version_str__ = (
f"rajini++ v{__version__}."
+ "\nrajini++(rajinipp) is a hobby programming language based on the iconic dialogues of super star Rajinikanth."
Expand Down

0 comments on commit f27c4df

Please sign in to comment.