Skip to content

Commit

Permalink
increment version to v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris-Johnston committed Mar 20, 2018
1 parent 88e06df commit e207b8e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
/tests export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.travis.yml export-ignore
/.testingScript.sh export-ignore
/testing_requirements.txt export-ignore
/easier68k-cli/test export-ignore
2 changes: 1 addition & 1 deletion easier68k/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
__author__ = 'https://github.com/Chris-Johnston/Easier68k/graphs/contributors'
__license__ = 'MIT'
__copyright__ = 'Copyright 2018 Adam Krpan, Chris Johnston, Levi Stoddard'
__version__ = '0.0.2'
__version__ = '0.1.0'

__all__ = ['simulator', 'core', 'assembler']
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='easier68k',
version='0.0.2',
version='0.1.0',
url='https://github.com/Chris-Johnston/Easier68k',
author='Adam Krpan, Chris Johnston, Levi Stoddard',
author_email='githubchrisjohnston@gmail.com',
Expand Down

0 comments on commit e207b8e

Please sign in to comment.