Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
ebezzam committed Oct 23, 2024
1 parent 446b4fd commit af80da0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
5 changes: 4 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,9 @@ must be installed.
# -- or with official installer
# curl -sSL https://install.python-poetry.org | python3 -
# I recommend creating virtual environment in the project folder
poetry config virtualenvs.in-project true
Then the following commands can be run:

Expand Down Expand Up @@ -131,7 +134,7 @@ Then the following commands can be run:
# deactivate environment
(project_env) conda deactivate
Or with just Poetry:
Or without ``conda`` and just Poetry:

.. code:: bash
Expand Down
10 changes: 5 additions & 5 deletions docs/source/packaging.rst
Original file line number Diff line number Diff line change
Expand Up @@ -165,18 +165,18 @@ Or if there are issues with rendering the README file, you can check the logs wi
Creating a new release on GitHub
--------------------------------

For a new release, you should create a new tag on GitHub. This can be done with the command below:
For a new release, you need to create a new tag on GitHub. This can be done with the commands below:

.. code:: bash
git tag -a X.X.X -m "version X.X.X"
git push origin X.X.X
If you project is hosted on GitHub, you can create a new release by:
You can create a new release with the following steps:

#. Clicking (the rightmost) "..." dropdown menu (from the `tags page <https://github.com/ebezzam/python-dev-tips/tags>`_).
#. Selecting "Create release".
#. At the bottom pressing "Publish release".
#. From the `tags page <https://github.com/ebezzam/python-dev-tips/tags>`_, click (the rightmost) "..." dropdown menu.
#. Select "Create release".
#. At the bottom, press "Publish release".


setup.py (old way)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ build-backend = "poetry.core.masonry.api"

[project]
name = "pydevtips"
version = "0.0.3"
version = "0.0.4"
authors = [
{ name="Eric Bezzam", email="[email protected]" },
]
Expand Down

0 comments on commit af80da0

Please sign in to comment.