Skip to content

Commit

Permalink
1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
erdogant committed Nov 1, 2022
1 parent 56236f0 commit 0597697
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ matplotlib
numpy
colourmap
seaborn
requests
2 changes: 1 addition & 1 deletion scatterd/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__author__ = 'Erdogan Tasksen'
__email__ = 'erdogant@gmail.com'
__version__ = '1.2.0'
__version__ = '1.2.1'

# module level doc-string
__doc__ = """
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
long_description = fh.read()

setuptools.setup(
install_requires=['matplotlib','numpy','colourmap','seaborn'],
install_requires=['matplotlib','numpy','colourmap','seaborn','requests'],
python_requires='>=3',
name='scatterd',
version=new_version,
Expand Down

0 comments on commit 0597697

Please sign in to comment.