Skip to content

Commit eca1a7e

Browse files
committed
Bump version and add deprecation warning
1 parent 72c70db commit eca1a7e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ Hypermedia Resource - Python
55

66
This library provides a generic interface for hypermedia messages. It is currently in active development and is not recommended for production use.
77

8+
**Note**: This is being deprecated so it can be renamed to `representor`.
9+
810
## Installing
911

1012
```

hypermedia_resource/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__title__ = 'hypermedia_resource'
2-
__version__ = '0.1.11'
2+
__version__ = '0.2.0'
33
__author__ = 'Stephen Mizell'
44
__license__ = 'MIT'
55

0 commit comments

Comments
 (0)