Skip to content

Commit 8564634

Browse files
committed
Preparing 0.0.2
1 parent 800d71e commit 8564634

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Template
2222
2323
--->
2424

25-
## [Unreleased]
25+
## [0.0.2] - 2021-12-29
2626

2727
### Added
2828

setup.py

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

55
setuptools.setup(
66
name='sailsim',
7-
version='0.0.1',
7+
version='0.0.2',
88
description='A program to simulate sailboats and test sailing algorithms.',
99
author='Tillman Keller & Michael Behrens',
1010
author_email='[email protected]',
1111
packages=setuptools.find_packages(),
1212
url='https://github.com/mfbehrens99/sailsim',
13-
long_description=open('README.md').read(),
13+
long_description=open('README.md', encoding="utf-8").read(),
1414
long_description_content_type='text/markdown',
1515
python_requires='>=3',
1616
install_requires=['opensimplex', "PySide6"],

0 commit comments

Comments
 (0)