Skip to content

Commit

Permalink
Versioning 0.4.1. Menu cleanup. Data types.
Browse files Browse the repository at this point in the history
  • Loading branch information
cmeyer committed Jan 7, 2019
1 parent 60f95c3 commit 73c5827
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog (nionswift-eels-analysis)
===================================

0.4.1 (UNRELEASED)
0.4.1 (2019-01-07)
------------------

- Improve data type handling (do not auto-promote to float64).
Expand Down
4 changes: 2 additions & 2 deletions meta.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
package:
name: 'nionswift-eels-analysis'
version: '0.4.0'
version: '0.4.1'

source:
git_rev: 0.4.0
git_rev: 0.4.1
git_url: https://github.com/nion-software/eels-analysis.git

build:
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setuptools.setup(
name="nionswift-eels-analysis",
version="0.4.0",
version="0.4.1",
author="Nion Software",
author_email="[email protected]",
description="Library and UI for doing EELS analysis with Nion Swift.",
Expand All @@ -25,5 +25,5 @@
],
include_package_data=True,
test_suite="nion.eels_analysis.test",
python_requires='~=3.5',
python_requires='~=3.6',
)

0 comments on commit 73c5827

Please sign in to comment.