Skip to content

Commit

Permalink
Updated version of requests in requirements (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphdewit authored Nov 15, 2024
1 parent c8b8408 commit a39da42
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.3.2
current_version = 0.3.3
commit = True
tag = False
parse =
Expand Down
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 = "sensingcluespy"
copyright = "2024, SensingClues"
author = "SensingClues"
release = "0.3.2"
release = "0.3.3"

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ jupytext==1.16.4
matplotlib==3.9.0
pandas==1.5.1
python-dotenv==0.21.0
requests==2.23.2
requests==2.32.3
2 changes: 1 addition & 1 deletion sensingcluespy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
"""Top-level package for sensingcluespy."""

__author__ = "SensingClues"
__version__ = "0.3.2"
__version__ = "0.3.3"

0 comments on commit a39da42

Please sign in to comment.