Skip to content

Commit

Permalink
Change version information to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mohrez86 committed Aug 3, 2024
1 parent 9235651 commit 42eead7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# FauxPy Changelog

## Not released
## FauxPy 0.1.1

- Remove tests depending on FauxPy.
- Add Read the Docs documentation.
- Fix a bug in ST.
- Adopt the black code style.
Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
author = "Mohammad Rezaalipour"
copyright = f"2023-{datetime.date.today().year}, {author}"

release = "0.1"
version = "0.1"
release = "0.1.1"
version = "0.1.1"

# -- General configuration

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name="fauxpy",
version="0.1",
version="0.1.1",
author="Mohammad Rezaalipour",
author_email="rezaalipour.mohammad@gmail.com",
description="A fault localization tool for Python",
Expand Down

0 comments on commit 42eead7

Please sign in to comment.