Skip to content

Commit

Permalink
0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
paltman committed Jun 21, 2012
1 parent 69c5d02 commit b2a295d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion anafero/__init__.py
@@ -1 +1 @@
__version__ = "0.2.1"
__version__ = "0.3"
6 changes: 3 additions & 3 deletions docs/conf.py
Expand Up @@ -5,9 +5,9 @@
source_suffix = '.rst'
master_doc = 'index'
project = u'anafero'
copyright = u'2011, Eldarion'
version = '0.1'
release = '0.1'
copyright = u'2012, Eldarion'
version = '0.3'
release = '0.3'
exclude_patterns = ['_build']
pygments_style = 'sphinx'
html_theme = 'default'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -124,7 +124,7 @@ def find_package_data(
packages=find_packages(exclude=["tests.*", "tests"]),
package_data=find_package_data(PACKAGE, only_in_packages=False),
classifiers=[
"Development Status :: 3 - Alpha",
"Development Status :: 4 - Beta",
"Environment :: Web Environment",
"Intended Audience :: Developers",
"License :: OSI Approved :: BSD License",
Expand Down

0 comments on commit b2a295d

Please sign in to comment.