Skip to content

Commit

Permalink
Bump version to 1.2.0 in conf.py and setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
codeperfectplus committed Jun 7, 2024
1 parent d95b9ce commit 7d17394
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

project = 'Sanatio'
author = 'Deeapk Raj'
release = '1.1.0'
release = '1.2.0'

extensions = [
'sphinx.ext.autodoc',
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setuptools.setup(
name="Sanatio",
version="1.1.0",
version="1.2.0",
author="Deepak Raj",
author_email="[email protected]",
description="Simple and easy to validate data in Python",
Expand Down

0 comments on commit 7d17394

Please sign in to comment.