Skip to content

Commit 58079c5

Browse files
author
Matt George
committed
getting ready for new release
1 parent 1db76b8 commit 58079c5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

HISTORY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
##1.3 (2012-06-01)
22
* remove resweb from pyres
3+
* resweb is now available at http://github.com/Pyres/resweb or on pypi
34

45
##1.2
56
* release with changes from pull requests

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
from setuptools import setup, find_packages
22

3-
version='1.3'
4-
3+
version=__import__('pyres').__version__
54
setup(
65
name='pyres',
76
version=version,

0 commit comments

Comments
 (0)