Skip to content

Commit 8a96d34

Browse files
authored
update to 1.0.0-dev0 (#567)
1 parent a6d9e71 commit 8a96d34

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changelog
2-
* [0.9.1](#091)
2+
* [1.0.0](#100)
33
* [0.9.0](#090)
44
* [0.8.0](#080)
55
* [0.7.0](#070)
@@ -19,7 +19,7 @@
1919

2020
All notable changes to this project will be documented in this file.
2121

22-
## 0.9.1
22+
## 1.0.0
2323
* ### Merged Pull Requests
2424
* ...
2525
* ### Major Changes

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@
5757
# built documents.
5858
#
5959
# The short X.Y version.
60-
version = u'0.9'
60+
version = u'1.0'
6161
# The full version. Since we adhere to semver, there is no reason to make this
6262
# more specific.
63-
release = u'0.9'
63+
release = u'1.0'
6464

6565
# The language for content autogenerated by Sphinx. Refer to documentation
6666
# for a list of supported languages.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "nidaqmx"
3-
version = "0.9.1"
3+
version = "1.0.0-dev0"
44
license = "MIT"
55
description = "NI-DAQmx Python API"
66
authors = ["NI <opensource@ni.com>"]

0 commit comments

Comments
 (0)