Skip to content

Commit

Permalink
Preparing release 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
elisalle committed Jul 11, 2023
1 parent 94fe511 commit 1ef7574
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Changelog of threedidepth
=========================


0.6.1 (unreleased)
0.6.1 (2023-07-11)
------------------

- Add release action for automatic upload to GitHub and PyPI.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from setuptools import find_packages
from setuptools import setup

version = '0.6.1.dev0'
version = '0.6.1'

with open('README.rst') as readme_file:
readme = readme_file.read()
Expand Down

0 comments on commit 1ef7574

Please # to comment.