Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberdelia committed Aug 14, 2018
1 parent ebde623 commit 43681df
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,5 @@ __pycache__
.vagrant
Vagrantfile
*.egg
.eggs
.vscode
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
# The short X.Y version.
version = '0.7'
# The full version, including alpha/beta/rc tags.
release = '0.7.2'
release = '0.7.3'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def is_pure(self):

setup(
name='atomic',
version='0.7.2',
version='0.7.3',
description='An atomic class that guarantees atomic updates to its contained value.',
long_description=readme,
author='Timothée Peignier',
Expand Down

0 comments on commit 43681df

Please sign in to comment.