Skip to content

Commit e9b4307

Browse files
committed
Bump version number; update url to documentation page
1 parent e6ee552 commit e9b4307

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55

66
setup(
77
name='femethods',
8-
version='0.1.5dev',
8+
version='0.1.6dev',
99
author='Joseph Contreras',
1010
author_email='26684136+JosephJContreras@users.noreply.github.com',
1111
description='Implementation of Finite Element Analysis',
1212
long_description=long_description,
1313
long_description_content_type='text/markdown',
14-
url='https://github.com/josephjcontreras/FEMethods.git',
14+
url='https://femethods.readthedocs.io/en/latest/index.html',
1515
packages=find_packages(),
1616
install_requires=['numpy', 'matplotlib', 'scipy'],
1717
classifiers=[

0 commit comments

Comments
 (0)