Skip to content

Commit

Permalink
chore: bump version to v0.1.0a4
Browse files Browse the repository at this point in the history
  • Loading branch information
codelif committed Oct 2, 2024
1 parent 59992f1 commit dabe3ed
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
project = 'pyjiit'
copyright = '2024, Harsh Sharma'
author = 'Harsh Sharma'
release = '0.1.0a3'
release = '0.1.0a4'

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
2 changes: 1 addition & 1 deletion pyjiit/init.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.0a3"
__version__ = "0.1.0a4"
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 = "pyjiit"
version = "0.1.0a3"
version = "0.1.0a4"
description = "Python wrapper for JIIT webportal"
authors = ["Harsh Sharma <harsh@codelif.in>"]
license = "MIT License"
Expand Down

0 comments on commit dabe3ed

Please sign in to comment.