We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 800d71e commit 8564634Copy full SHA for 8564634
2 files changed
CHANGELOG.md
@@ -22,7 +22,7 @@ Template
22
23
--->
24
25
-## [Unreleased]
+## [0.0.2] - 2021-12-29
26
27
### Added
28
setup.py
@@ -4,13 +4,13 @@
4
5
setuptools.setup(
6
name='sailsim',
7
- version='0.0.1',
+ version='0.0.2',
8
description='A program to simulate sailboats and test sailing algorithms.',
9
author='Tillman Keller & Michael Behrens',
10
author_email='mfbehrens99@gmail.com',
11
packages=setuptools.find_packages(),
12
url='https://github.com/mfbehrens99/sailsim',
13
- long_description=open('README.md').read(),
+ long_description=open('README.md', encoding="utf-8").read(),
14
long_description_content_type='text/markdown',
15
python_requires='>=3',
16
install_requires=['opensimplex', "PySide6"],
0 commit comments