Skip to content

Commit

Permalink
Preparing release 0.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
kad-schipr committed Sep 9, 2020
1 parent 99a1db8 commit 7a3491b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Changelog of atom-generator
===================================================

0.1.9 (unreleased)
------------------
0.1.10 (2020-09-09)
-------------------

- Nothing changed yet.

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import os
from setuptools import setup, find_packages

version = "0.1.10-dev"
version = "0.1.10"

long_description = "\n\n".join([open("README.md").read(), open("CHANGES.md").read()])

Expand Down

0 comments on commit 7a3491b

Please sign in to comment.