Skip to content

Commit

Permalink
Version bump to 0.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
moorepants committed Feb 22, 2014
1 parent 7455df0 commit 4851d10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pydy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-

__version__ = '0.1.0dev'
__version__ = '0.1.0'

import pydy_code_gen.code as codegen
import pydy_viz as visualization
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

setup(
name='pydy',
version='0.1.0dev',
version='0.1.0',
author='PyDy Authors',
author_email='[email protected]',
url="http://pydy.org",
Expand Down

0 comments on commit 4851d10

Please sign in to comment.