Skip to content

Commit

Permalink
Hello world
Browse files Browse the repository at this point in the history
  • Loading branch information
iLeonidze committed Aug 2, 2021
1 parent 1bd806b commit 3de9ef8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install dependencies
run: |
python3 -m pip install --upgrade pip
pip install -r requirements.py
pip install -r requirements.txt
- name: Build python package
run: python3 setup.py bdist
- name: Publish a Python distribution to PyPI
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# This call to setup() does all the work
setup(
name="test113",
version="1.0.2",
version="1.0.3",
description="Demo package for testing purposes",
long_description=README,
long_description_content_type="text/markdown",
Expand Down
2 changes: 1 addition & 1 deletion test113/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# __init__.py

__version__ = "1.0.2"
__version__ = "1.0.3"

0 comments on commit 3de9ef8

Please sign in to comment.