Skip to content

Commit

Permalink
0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
cmutel committed Oct 26, 2017
1 parent 03e1d9a commit 421b68f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Changelog

## 0.1 (2017-10-26)

Initial release
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ def __getattr__(cls, name):
# built documents.
#
# The short X.Y version.
version = '0.1.dev'
version = '0.1'
# The full version, including alpha/beta/rc tags.
release = '0.1.dev'
release = '0.1'

# Make sure we use this copy of Wurst
sys.path.insert(1, abspath(dirname(dirname(__file__))))
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

setup(
name='wurst',
version="0.1.dev2",
version="0.1",
packages=packages,
author="Chris Mutel",
author_email="cmutel@gmail.com",
Expand Down
2 changes: 1 addition & 1 deletion wurst/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = (0, 1, "dev2")
__version__ = (0, 1)

__all__ = (
"best_geo_match",
Expand Down

0 comments on commit 421b68f

Please sign in to comment.