Skip to content

Commit

Permalink
Bump Version
Browse files Browse the repository at this point in the history
  • Loading branch information
jcmiller11 committed Aug 8, 2023
1 parent 34d91f3 commit 92bc27c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@

setup(
name='psbs',
version='0.2.3',
version='0.3.0',
python_requires='>=3.8',
description='PuzzleScript Build System',
long_description=long_description,
long_description_content_type='text/markdown',
author='J.C. Miller',
author_email='[email protected]',
url='https://github.com/jcmiller11/PSBS',
download_url = 'https://github.com/jcmiller11/PSBS/archive/refs/tags/0.2.3.tar.gz',
download_url = 'https://github.com/jcmiller11/PSBS/archive/refs/tags/0.3.0.tar.gz',
license='MIT',
packages=find_packages(),
package_data={'': ['example.txt']},
Expand Down

0 comments on commit 92bc27c

Please sign in to comment.