Skip to content

Commit

Permalink
release v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
chromy committed Oct 31, 2015
1 parent 61c99cd commit d82783e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## 0.0.2 - 2015-10-30
### Added
- Improved packaging and testing.

## 0.0.1 - 2015-10-30
### Added
- Core features: World, Entity, Component and System classes
- Core features: World, Entity, Component and System classes.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from setuptools import setup, find_packages

name='essence'
version='0.0.1'
version='0.0.2'
author='Hector Dearman'
author_email='hector.dearman@gmail.com'
url='https://github.com/chromy/essence.git'
Expand Down

0 comments on commit d82783e

Please sign in to comment.