Skip to content

Commit

Permalink
Release v0.4.0 (switch to semantic versioning)
Browse files Browse the repository at this point in the history
  • Loading branch information
tridelat committed Sep 20, 2021
1 parent 79dad67 commit e7ff276
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = 'Tristan de Lataillade'

# The full version, including alpha/beta/rc tags
release = '0.0.1'
release = '0.4.0'


# -- General configuration ---------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@

setup(name='pycatenary',
packages=['pycatenary'],
version='0.3',
version='0.4.0',
description='A Python library for solving catenary equations',
long_description=long_description,
long_description_content_type='text/markdown',
author='Tristan de Lataillade',
author_email='delataillade.tristan@gmail.com',
url='https://github.com/tridelat/pycatenary',
download_url='https://github.com/tridelat/pycatenary/archive/v0.3.tar.gz',
download_url='https://github.com/tridelat/pycatenary/archive/v0.4.0.tar.gz',
keywords=['catenary', 'mooring', 'python'],
classifiers=["Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
Expand Down

0 comments on commit e7ff276

Please sign in to comment.