Skip to content

Commit

Permalink
Release v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mpariente committed Mar 9, 2020
1 parent c3d583b commit e7a4d4f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion asteroid/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from .engine import System

__version__ = '0.0.1'
__version__ = '0.1.0'
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup

asteroid_version = "0.0.1"
asteroid_version = "0.1.0"

with open("README.md", encoding='utf-8') as fh:
long_description = fh.read()
Expand All @@ -27,7 +27,7 @@
'tests': ['pytest']
},
classifiers=[
'Development Status :: 3 - Alpha',
'Development Status :: 4 - Beta',
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
Expand Down

0 comments on commit e7a4d4f

Please sign in to comment.