Skip to content

Commit

Permalink
Release
Browse files Browse the repository at this point in the history
  • Loading branch information
dnouri committed Nov 2, 2013
1 parent e5c7fc8 commit f5878f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Change History
==============

0.3 - Unreleased
0.3 - 2013-11-02
----------------

- convnet: Add scikit-learn estimator based on Jia and Donahue's
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from setuptools import setup, find_packages

version = '0.3dev'
version = '0.3'

here = os.path.abspath(os.path.dirname(__file__))
try:
Expand Down Expand Up @@ -52,3 +52,4 @@
'https://danielnouri.org/python-packages/',
],
)

0 comments on commit f5878f1

Please sign in to comment.