Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
aadya940 committed Aug 12, 2024
1 parent 66a411d commit ffdaa02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "chainopy"
version = "1.0.2"
version = "1.0.3"
description = "A Python Library for Markov Chain based Stochastic Analysis!"
readme = "README.md"
requires-python = ">=3.10"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def build_extensions(self):

setup(
name="chainopy",
version="1.0.2",
version="1.0.3",
description="A Python Library for Markov Chain based Stochastic Analysis!",
long_description=open("README.md", encoding="utf-8").read(),
long_description_content_type="text/markdown",
Expand Down

0 comments on commit ffdaa02

Please sign in to comment.