Skip to content

Commit

Permalink
Released new version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shidenko97 committed Dec 29, 2020
1 parent 29bcf67 commit 4b44935
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pypisearch/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.2"
__version__ = "1.1.0"
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
import setuptools

from pypisearch import __version__ as version


with open("README.md", "r", encoding="utf-8") as file:
long_description = file.read()

setuptools.setup(
name="pypisearch",
version="1.0.2",
version=version,
author="Serhii Hidenko",
author_email="[email protected]",
description="Replacement of temporarily deprecated pip search command",
Expand Down

0 comments on commit 4b44935

Please sign in to comment.