Skip to content

Commit

Permalink
Set version number
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/chemistry/cmislib/trunk@1806382 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
jpotts committed Aug 27, 2017
1 parent fe6962e commit e11e66b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
#

[egg_info]
tag_build = dev
tag_build =
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import os
from setuptools import setup, find_packages

version = '0.6'
version = '0.6.0'

def read(fname):
return open(os.path.join(os.path.dirname(__file__), fname)).read()
Expand Down

0 comments on commit e11e66b

Please sign in to comment.