Skip to content

Commit

Permalink
Release v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mpariente committed May 25, 2020
1 parent f4b403c commit 2f1f1e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.2.0'
__version__ = '0.2.1'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages

asteroid_version = "0.2.0"
asteroid_version = "0.2.1"

with open("README.md", encoding='utf-8') as fh:
long_description = fh.read()
Expand Down

0 comments on commit 2f1f1e2

Please sign in to comment.